https://github.com/python/bugs.python.org
Meta-issue tracker for bugs.python.org
https://github.com/python/bugs.python.org
Last synced: 5 months ago
JSON representation
Meta-issue tracker for bugs.python.org
- Host: GitHub
- URL: https://github.com/python/bugs.python.org
- Owner: python
- Created: 2018-06-15T13:23:47.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-26T13:16:57.000Z (almost 7 years ago)
- Last Synced: 2024-10-29T16:04:30.034Z (8 months ago)
- Size: 1.95 KB
- Stars: 12
- Watchers: 57
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Code of conduct: .github/CODE_OF_CONDUCT.rst
Awesome Lists containing this project
README
# Meta-tracker for bugs.python.org
bugs.python.org is essentially a custom workflow engine for the CPython core
development team. This means it needs a meta-tracker to track feature requests,
as well as a general issue tracker to track maintainability and usability issues.Historically that meta-tracker has been maintained at http://psf.upfronthosting.co.za/roundup/meta,
but it doesn't need any kind of heavy customisation or integration with other tools, so GitHub
Issues serve the purpose better than maintaining a second Roundup instance does.## Development workflow for bugs.python.org
bugs.python.org is a Roundup deployment, maintained as described in https://wiki.python.org/moin/TrackerDevelopment.
It uses Mercurial in order to simplify updating to new version of Roundup (which is still using Mercurial upstream).
See https://github.com/python/bugs.python.org/issues/2 for the discussion on potentially moving to a GitHub based
workflow that better aligns with the workflows used by other CPython core-workflow projects (while still accounting
for the need to periodically rebase on new upstream releases).