PEP 512: Move some optional features from `not started` to `completed` (#395)

Moved to completed:
- Link web content back to files that it is generated from: https://bugs.python.org/issue28929
- Handling Misc/NEWS: https://pypi.org/project/blurb/
- Bot to generate cherry-pick pull requests: https://github.com/python/miss-islington
- Write `.github/CONTRIBUTING.md`  - .github/CONTRIBUTING.rst exists
This commit is contained in:
Mariatta 2017-09-07 15:13:10 -07:00 committed by Nick Coghlan
parent 86ca2506f3
commit ae533e2a44
1 changed files with 6 additions and 5 deletions

View File

@ -749,17 +749,12 @@ Optional features:
* Not started
- Check for whitespace abnormalities as part of CI
- Write `.github/CONTRIBUTING.md`
(to prevent PRs that are inappropriate from even showing up and pointing to the devguide)
- `Create https://git.python.org`_
- `Backup of pull request data`_
- `Handling Misc/NEWS`_
- `Handling Misc/ACKS`_
- `Pull request commit queue`_
- `Bot to generate cherry-pick pull requests`_
- `Allow bugs.python.org to use GitHub as a login provider`_
- `Web hooks for re-generating web content`_
- `Link web content back to files that it is generated from`_
- `Splitting out parts of the documentation into their own repositories`_
- `Backup of Git repositories`_
@ -774,6 +769,12 @@ Optional features:
- `A CI Service`_
- `Test coverage report`_
- `Link web content back to files that it is generated from`_
- `Handling Misc/NEWS`_
- `Bot to generate cherry-pick pull requests`_
- Write `.github/CONTRIBUTING.md`
(to prevent PRs that are inappropriate from even showing up and pointing to the devguide)
Open Issues