The Wayback Machine - https://web.archive.org/web/20201215131521/https://github.com/python/devguide/pull/286
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

Add Code of Conduct to .github folder. #286

Merged
merged 2 commits into from Oct 18, 2017
Merged

Add Code of Conduct to .github folder. #286

merged 2 commits into from Oct 18, 2017

Conversation

@Mariatta
Copy link
Member

@Mariatta Mariatta commented Oct 17, 2017

No description provided.

@ezio-melotti
Copy link
Member

@ezio-melotti ezio-melotti commented Oct 17, 2017

What's the purpose of adding he CoC in the .github dir?

Travis doesn't seem to like that change:

$ sphinx-build -n -W -q -b html -d _build/doctrees . _build/html

Warning, treated as error:
/home/travis/build/python/devguide/.github/CODE_OF_CONDUCT.rst:document isn't included in any toctree
The command "sphinx-build -n -W -q -b html -d _build/doctrees . _build/html" exited with 1.

You should be able to get rid of this error by using :orphan:

@Mariatta
Copy link
Member Author

@Mariatta Mariatta commented Oct 18, 2017

What's the purpose of adding he CoC in the .github dir?

It is one of the checklist item to meet the Open Source Guide's recommended community standards.

You should be able to get rid of this error by using :orphan:

Thanks! Added.

@Mariatta Mariatta merged commit ae7636c into python:master Oct 18, 2017
1 check passed
1 check passed
continuous-integration/travis-ci/pr The Travis CI build passed
Details
@Mariatta Mariatta deleted the Mariatta:add-coc branch Oct 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
3 participants
You can’t perform that action at this time.