-
Notifications
You must be signed in to change notification settings - Fork 47
Update conduct.md and CoCC team responsibilities #481
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
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one tiny syntax fix.
|
|
||
| ## MDANALYSIS CODE OF CONDUCT | ||
| You can find the whole document here: https://numfocus.org/code-of-conduct. | ||
| You can find the whole document here: [https://numfocus.org/code-of-conduct][NF-conduct]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| You can find the whole document here: [https://numfocus.org/code-of-conduct][NF-conduct]. | |
| You can find the whole document here: [https://numfocus.org/code-of-conduct](NF-conduct). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The original was correct: this is a named link in markdown (see line 95)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Content all looks good.
I am suggesting to use {{ site.baseurl }} instead of absolute URLs.
| The [code of conduct](https://www.mdanalysis.org/conduct/) committee members | ||
| are elected by the [project leadership](https://www.mdanalysis.org/pages/governance/) when a committee members' term limit (2 years) has expired. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| The [code of conduct](https://www.mdanalysis.org/conduct/) committee members | |
| are elected by the [project leadership](https://www.mdanalysis.org/pages/governance/) when a committee members' term limit (2 years) has expired. | |
| The [code of conduct]({{ site.baseurl }}/conduct/) committee members | |
| are elected by the [project leadership]({{ site.baseurl }}/pages/governance/) when a committee members' term limit (2 years) has expired. |
| - Propose actions and sanctions, as necessary, to the [project leadership](https://www.mdanalysis.org/about/#governance) (project leadership is tasked with enforcement) | ||
| - Periodically review, revise and update current code of conduct procedures | ||
| - Ensure that the application of the code of conduct remains up-to-date, reflecting any changes from the NumFOCUS and MDAnalysis communities | ||
| - Coordinate with and defer to the [NumFOCUS Code of Conduct Working Group](https://www.mdanalysis.org/conduct/#who-will-receive-your-report) for complaints/violation reports and initial recommendations |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use {{ site.baseurl }}
| - Coordinate with and defer to the [NumFOCUS Code of Conduct Working Group](https://www.mdanalysis.org/conduct/#who-will-receive-your-report) for complaints/violation reports and initial recommendations | |
| - Coordinate with and defer to the [NumFOCUS Code of Conduct Working Group]({{ site.baseurl }}/conduct/#who-will-receive-your-report) for complaints/violation reports and initial recommendations |
| - Periodically review, revise and update current code of conduct procedures | ||
| - Ensure that the application of the code of conduct remains up-to-date, reflecting any changes from the NumFOCUS and MDAnalysis communities | ||
| - Coordinate with and defer to the [NumFOCUS Code of Conduct Working Group](https://www.mdanalysis.org/conduct/#who-will-receive-your-report) for complaints/violation reports and initial recommendations | ||
| - Propose actions and sanctions, as necessary, to the [project leadership](https://www.mdanalysis.org/pages/governance/), original reporter, and any other affeccted parties (project leadership is tasked with enforcement) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
{{ site.baseurl }}
| - Propose actions and sanctions, as necessary, to the [project leadership](https://www.mdanalysis.org/pages/governance/), original reporter, and any other affeccted parties (project leadership is tasked with enforcement) | |
| - Propose actions and sanctions, as necessary, to the [project leadership]({{ site.baseurl }}/pages/governance/), original reporter, and any other affeccted parties (project leadership is tasked with enforcement) |
|
|
||
| ## MDANALYSIS CODE OF CONDUCT | ||
| You can find the whole document here: https://numfocus.org/code-of-conduct. | ||
| You can find the whole document here: [https://numfocus.org/code-of-conduct][NF-conduct]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The original was correct: this is a named link in markdown (see line 95)
| Based on recommendations for next steps as determined by the NumFOCUS Code of Conduct Working Group, | ||
| the MDAnalysis project will remain responsible for making the final decision and implementing any | ||
| resulting actions. See the [MDanalysis team](https://www.mdanalysis.org/pages/team/#roles) page on | ||
| resulting actions. See the [MDAnalysis team](https://www.mdanalysis.org/pages/team/#roles) page on |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
{{ site.baseurl }}
| resulting actions. See the [MDAnalysis team](https://www.mdanalysis.org/pages/team/#roles) page on | |
| resulting actions. See the [MDAnalysis team]({{ site.baseurl }}/pages/team/#roles) page on |
This PR: