diff options
author | Pradyun Gedam <pradyunsg@gmail.com> | 2020-01-31 20:25:34 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-31 20:25:34 +0530 |
commit | 39186d08572784f0b22d287a26afd344dc9b58af (patch) | |
tree | a501aa7a289b3d0c2be9172bf46fd730e3e83592 /.github | |
parent | cc7e34b22c2de81de5704e6b848679cd4be4985d (diff) | |
download | pip-39186d08572784f0b22d287a26afd344dc9b58af.tar.gz |
Stop suggesting use of the /request-review botno-more-bot
Diffstat (limited to '.github')
-rw-r--r-- | .github/CONTRIBUTING.md | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index fbccffdfd..2a56334d8 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -10,16 +10,3 @@ As a reminder, all contributors are expected to follow our [Code of Conduct][coc ## Development Documentation Our [development documentation](https://pip.pypa.io/en/latest/development/) contains details on how to get started with contributing to pip, and details of our development processes. - -## 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. |