From 9f7f8208867bcd186c2a72539a29f3edb55a81f8 Mon Sep 17 00:00:00 2001 From: Donald Stufft Date: Tue, 4 Apr 2017 08:45:04 -0400 Subject: [PATCH] Start documentation on contributing --- .github/CONTRIBUTING.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/CONTRIBUTING.md diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 000000000..4da3a9515 --- /dev/null +++ b/.github/CONTRIBUTING.md @@ -0,0 +1,22 @@ +# Contributing to pip + +Thank you for your interest in contributing to pip! There are many ways to +contribute, and we appreciate all of them. + +As a reminder, all contributors are expected to follow our [Code of Conduct][coc]. + +[coc]: https://www.pypa.io/en/latest/code-of-conduct/ + + +## Bot Commands + +We have a bot monitoring the [pypa/pip](https://github.com/pypa/pip) repository +to help manage the state of issues and pull requests to keep everything running +smoothly. Each command given to the bot should be on its own line and is +generally case sensitive. Multiple commands may be listed in a single comment +(but they must each be on their own line) and the comments may also include +other, non command content. + +Command | Who can run it | Description +--- | --- | --- +`/request-review` | anyone | Dismisses all of the current reviews on a pull request, making it appear back in the review queue.