-
-
Notifications
You must be signed in to change notification settings - Fork 319
Fix-issue #1346- added code of conduct linking #1718
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,7 +9,39 @@ To build the docs locally, follow the steps mentioned below: | |
| 6. ``cd ../src`` | ||
| 7. ``make html`` | ||
|
|
||
| Documentation update PRs should only change the files in ``src``. | ||
| Documentation update PRs should only change the files in ``src``. | ||
|
|
||
| Once the PR is merged to ``master``, you can find the auto-generated html files in ``docs`` directory. | ||
|
|
||
| ## conda-forge CODE OF CONDUCT ([https://conda-forge.org/docs/orga/governance.html#code-of-conduct]) | ||
|
|
||
| Conda-forge adheres to the NumFOCUS Code of Conduct.([https://www.numfocus.org/code-of-conduct]) | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same thing with this link:
|
||
|
|
||
| THE SHORT VERSION | ||
| >> Be kind to others. Do not insult or put down others. Behave professionally. Remember that harassment and sexist, racist, or exclusionary jokes are not appropriate for NumFOCUS. | ||
|
|
||
| >> All communication should be appropriate for a professional audience including people of many different backgrounds. Sexual language and imagery is not appropriate. | ||
|
|
||
| >> NumFOCUS is dedicated to providing a harassment-free community for everyone, regardless of gender, sexual orientation, gender identity and expression, disability, physical appearance, body size, race, or religion. We do not tolerate harassment of community members in any form. | ||
|
|
||
| Thank you for helping make this a welcoming, friendly community for all. | ||
|
|
||
| The Code of Conduct Reporting Form can be accessed here ([https://numfocus.typeform.com/to/ynjGdT]) | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. And here as well:
|
||
|
|
||
| Code of Conduct Table of Contents | ||
|
|
||
| >> Diversity Statement([https://numfocus.org/code-of-conduct#diversity-statement]) | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. And all of these links here and below as well. |
||
| >> Code of Conduct Introduction & Scope([https://numfocus.org/code-of-conduct#introduction]) | ||
| >> Standards for Behavior([https://numfocus.org/code-of-conduct#standards-behavior]) | ||
| >> Unacceptable Behavior([https://numfocus.org/code-of-conduct#unacceptable-behavior]) | ||
| >> Reporting Guidelines([https://numfocus.org/code-of-conduct#reporting-guidelines]) | ||
| >> How to Submit a Report([https://numfocus.org/code-of-conduct#how-to-report]) | ||
| >> Reporting Form([https://numfocus.org/code-of-conduct#report-form]) | ||
| >> Person(s) Responsible for Resolving Complaints([https://numfocus.org/code-of-conduct#persons-responsible]) | ||
| >> Conflicts of Interest([https://numfocus.org/code-of-conduct#conflicts-of-interest]) | ||
| >> Reporting at NumFOCUS Events([https://numfocus.org/code-of-conduct#reporting-at-events]) | ||
| >> What to Include in a Report([https://numfocus.org/code-of-conduct#what-to-include]) | ||
| >> Enforcement: What Happens After a Report is Filed?([https://numfocus.org/code-of-conduct#enforcement]) | ||
| >> Appealing a Decision([https://numfocus.org/code-of-conduct#appeal]) | ||
| >> Timeline Summary([https://numfocus.org/code-of-conduct#timeline]) | ||
| >> License([https://numfocus.org/code-of-conduct#license]) | ||
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 best way to do a link is to pick some text to be the link text and then hide the URL. So this one above could be:
conda-forge [Code of Conduct](https://conda-forge.org/docs/orga/governance.html#code-of-conduct)