Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve discovery of CoC #3774

Closed
wants to merge 1 commit into from
Closed

Conversation

ashleygwilliams
Copy link
Contributor

as we all know, many do not read CONTRIBUTING.md. given that the COC was buried at the bottom of that, i figured that moving the COC to a top level file, and then mentioning it in both the README.md and the CONTRIBUTING.md would make it hard to miss 😉

  • move CoC from CONTRIBUTING to top-level, separate COC file
  • add note/link in CONTRIBUTING
  • add note/link in README (both at beginning and in newcomer resources)

@mscdex mscdex added the meta Issues and PRs related to the general management of the project. label Nov 11, 2015
@aredridel
Copy link
Contributor

Oh that is an improvement. I actually struggled to find it when I went to it for reference a couple months ago.

@Trott
Copy link
Member

Trott commented Nov 11, 2015

LGTM

@bnoordhuis
Copy link
Member

LGTM but the commit log should follow the guidelines from CONTRIBUTING.md. :-)

@ashleygwilliams
Copy link
Contributor Author

wanted to make sure it was all good before finalizing @bnoordhuis, amending the commit now.

@ashleygwilliams
Copy link
Contributor Author

hoping this commit fits the guidelines. as a first time contributor here, i do think the instructions are a bit confusing. (perhaps that will be my next contribution!)

r? @bnoordhuis

@bnoordhuis
Copy link
Member

I'd use doc: as the prefix but we can amend that when landing. LGTM but I'll leave it open for a bit so others can comment.

I agree the current CONTRIBUTING.md is not a paragon of clarity.

@JungMinu
Copy link
Member

LGTM

@ashleygwilliams
Copy link
Contributor Author

i can just amend now @bnoordhuis, that portion of the contributing is also very confusing as the topic wasn't clear to me. i just assumed that the label this PR was given is what should be used.

@Fishrock123
Copy link
Contributor

This is effectively a duplicate of #3722 .. I'll let you and @thealphanerd choose whichever one remains.

@Fishrock123
Copy link
Contributor

hoping this commit fits the guidelines. as a first time contributor here, i do think the instructions are a bit confusing. (perhaps that will be my next contribution!)

(It totally is.)

@ashleygwilliams May I suggest discussing in relation to #3726?

@Fishrock123 Fishrock123 added the doc Issues and PRs related to the documentations. label Nov 11, 2015
@Fishrock123
Copy link
Contributor

For reference, working_groups.md, collaborator_guide.md, and roadmap.md are probably less (immediately) valuable and should maybe be moved into the doc directory if people feel we are having to many ALLCAPS (/root) files.

@ashleygwilliams
Copy link
Contributor Author

eee, @Fishrock123 , i should have checked. my bad. and re: the guidelines i'll czech @3726

and yeah i tend to agree re: /root files ... is doc the right name tho? is there an issue for this?

@Fishrock123
Copy link
Contributor

doc: is what we have been (primarily?) using. (git log --pretty=oneline --abbrev-commit | grep doc: will show a bunch of stuff like this.)

@MylesBorins
Copy link
Contributor

More than happy to close my pr and move forward with this one. Mine did not
have the updated copy in Readme or collaborators.
On Nov 11, 2015 8:48 AM, "Jeremiah Senkpiel" notifications@github.com
wrote:

doc: is what we have been (primarily?) using. (git log --pretty=oneline
--abbrev-commit | grep doc: will show a bunch of stuff like this.)


Reply to this email directly or view it on GitHub
#3774 (comment).

* Avoid the use of personal pronouns in code comments or
documentation. There is no need to address persons when explaining
code (e.g. "When the developer").
[Please read it.](./CODE_OF_CONDUCT.md)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the reason the CoC was originally included in CONTRIBUTING.md is that this file is automatically linked by GitHub on the "open a PR" form. I might be imagining this, but I think there was some legal reason that that started happening, too, related to the developer's certificate of origin. Given that, it might be good to note to the readers coming in from that link that the CoC is a binding part of contributing to Node:

By submitting a pull request to, issue to, or commenting on a pull request or issue on any 
of the "nodejs/" repositories, or using the #node.js or #io.js IRC channels, you agree to 
abide by the Node.js [Code of Conduct](./CODE_OF_CONDUCT.md).

I'd rather not hold up the PR for that, though — it can be done separately.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I might be imagining this, but I think there was some legal reason that that started happening, too, related to the developer's certificate of origin

Correct. The DCO must be in the Contributing.md file because it gets linked to the first time you go to post a PR to a repo on GitHub. Similarly, we increase the likelyhood that someone will see the CoC if it is in that file for the same reason (although a link may be enough, i'm not the expert on these things).

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Who do we talk to about determining if the link is enough?

If the link is not enough, maybe we could post it in full in CONTRIBUTING.md and in the separate file for linking purposes?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i'm happy to dump it in contributing as well for now til we shake out legal. seem ok? say the word and i'll amend

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To be clear, there's no legal requirement on the CoC being in a specific place (only the DCO). The only consideration here is "how do we make it more likely they will find it." I don't know entirely how to answer that, my gut is that a link at the top of CONTRIBUTING might be found more easily than a large amount of text at the bottom, but i have no real data to back that up and i'm not an expert on where new contributors find information :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh yeah, duh. 💯 @mikeal i'll put it up at the top now.

@mikeal
Copy link
Contributor

mikeal commented Nov 11, 2015

@Fishrock123 on moving the other top level files:

  • working groups documentation could either live in the governance doc or be linked from it and live in docs.
  • collaborator guide should be linked to in contributing and moved to docs
  • roadmap can probably be removed, it's from the io.js days and is mostly complete.
  • do we really need a LICENSE? j/k :P

@ashleygwilliams
Copy link
Contributor Author

h'ok, moved the CoC mention to the top of CONTRIBUTING. this is gonna need a squash now. but i'm holding off until i'm certain there are no more changes. also don't want to lose all the comment history just yet.

@jasnell
Copy link
Member

jasnell commented Nov 11, 2015

LGTM.
I'm going to be taking a shot at improving the contributors document this week, btw. @ashleygwilliams ...we can squash the commits when it's actually landed, no need for you to do that unless you wanna.

@Fishrock123
Copy link
Contributor

LGTM unless we need to do something more for the contribution guide legally.

@ashleygwilliams
Copy link
Contributor Author

i like squashing @jasnell. uno momento, then ready for merge

- move CoC from CONTRIBUTING to top-level, separate COC file
- add note/link in CONTRIBUTING
- add note/link in README (both at top, and newcomer resources)
- move CoC section in CONTRIBUTING to top of file
@chrisdickinson
Copy link
Contributor

LGTM! Thanks for addressing my comment!

@jasnell
Copy link
Member

jasnell commented Nov 11, 2015

LGTM

@Fishrock123
Copy link
Contributor

@ashleygwilliams Just a note, there's a whitespace error I saw while applying this, could you please set git config --global --add core.whitespace fix for the future? Thanks! :)

@jbergstroem
Copy link
Member

I like this -- makes it easier to find. Some suggestions inline.

@jbergstroem
Copy link
Member

@Fishrock123 Get your point. In the name of progress lets skip my feedback.

@mikeal
Copy link
Contributor

mikeal commented Nov 12, 2015

Let's limit the scope of feedback to matters that make the CoC more discoverable and refrain from considering comments about its content :)

@ashleygwilliams
Copy link
Contributor Author

agreed @mikeal. am happy to start another issue for that discussion, though i think we may need to appeal to higher authorities for actual changes.

it may also be a nice thing to sandbox in the inclusivity-wg: https://github.com/nodejs/inclusivity (in case you didn't know it existed @jbergstroem )

@jasnell
Copy link
Member

jasnell commented Nov 12, 2015

👍 @mikeal ... I can get this landed. @ashleygwilliams unless you'd like to do so, I can make the s/TC/TSC replacement (#3774 (comment)) in the text when the commit is actually landed.

@mikeal
Copy link
Contributor

mikeal commented Nov 12, 2015

+1 for landing.

jasnell pushed a commit that referenced this pull request Nov 12, 2015
- move CoC from CONTRIBUTING to top-level, separate COC file
- add note/link in CONTRIBUTING
- add note/link in README (both at top, and newcomer resources)
- move CoC section in CONTRIBUTING to top of file

PR-URL: #3774
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
@jasnell
Copy link
Member

jasnell commented Nov 12, 2015

Landed in d781cdc

@jasnell
Copy link
Member

jasnell commented Nov 12, 2015

Just as a side note: I've submitted a feature request to Github suggesting that CODE_OF_CONDUCT.md files contained in the root of a project be promoted in the UI similar to how README.md and CONTRIBUTING.md files are promoted. Obviously we'll have to wait to see if they actually do something with the suggestion ;-)

@nebrius
Copy link
Contributor

nebrius commented Nov 12, 2015

@jasnell +1, good idea

rvagg pushed a commit that referenced this pull request Nov 13, 2015
- move CoC from CONTRIBUTING to top-level, separate COC file
- add note/link in CONTRIBUTING
- add note/link in README (both at top, and newcomer resources)
- move CoC section in CONTRIBUTING to top of file

PR-URL: #3774
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
MylesBorins pushed a commit that referenced this pull request Nov 17, 2015
- move CoC from CONTRIBUTING to top-level, separate COC file
- add note/link in CONTRIBUTING
- add note/link in README (both at top, and newcomer resources)
- move CoC section in CONTRIBUTING to top of file

PR-URL: #3774
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
@MylesBorins
Copy link
Contributor

landed in v4.x-staging as 643d949

rvagg pushed a commit that referenced this pull request Dec 4, 2015
- move CoC from CONTRIBUTING to top-level, separate COC file
- add note/link in CONTRIBUTING
- add note/link in README (both at top, and newcomer resources)
- move CoC section in CONTRIBUTING to top of file

PR-URL: #3774
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
@jasnell jasnell mentioned this pull request Dec 17, 2015
jasnell pushed a commit that referenced this pull request Dec 17, 2015
- move CoC from CONTRIBUTING to top-level, separate COC file
- add note/link in CONTRIBUTING
- add note/link in README (both at top, and newcomer resources)
- move CoC section in CONTRIBUTING to top of file

PR-URL: #3774
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
jasnell pushed a commit that referenced this pull request Dec 23, 2015
- move CoC from CONTRIBUTING to top-level, separate COC file
- add note/link in CONTRIBUTING
- add note/link in README (both at top, and newcomer resources)
- move CoC section in CONTRIBUTING to top of file

PR-URL: #3774
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
qdaoming added a commit to qdaoming/node that referenced this pull request Nov 21, 2022
Original commit log for libuv@e900006 follows:

thread: add support for affinity (nodejs#3774)

Backported thread affinity feature and related dependency commits
from master. It will add support for those APIs: uv_cpumask_size,
uv_thread_setaffinity, uv_thread_getaffinity.
The supported platforms are Linux, Freebsd, and Windows.
Empty implementations (returning UV_ENOTSUP) on non-supported platforms
(such as OS X and AIX).

Original commit log for libuv@64669fd follows:

thread: add uv_thread_getcpu() (nodejs#3803)

Add uv_thread_getcpu() api to get the cpu number on which the calling
thread is running.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc Issues and PRs related to the documentations. meta Issues and PRs related to the general management of the project.
Projects
None yet
Development

Successfully merging this pull request may close these issues.