1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Add triage guide document.

Includes basic issue tracker info, as a first step towards the full
document.
This commit is contained in:
Chris Hunt 2019-09-15 13:20:20 -04:00
parent ab250e3e09
commit 42cbd3c737
2 changed files with 20 additions and 0 deletions

View file

@ -14,6 +14,7 @@ or the `pypa-dev mailing list`_, to ask questions or get involved.
getting-started
contributing
issue-triage
architecture/index
release-process
vendoring-policy

View file

@ -0,0 +1,19 @@
============
Issue Triage
============
This serves as an introduction to issue tracking in pip as well as
how to help triage reported issues.
Issue Tracker
*************
The `pip issue tracker <https://github.com/pypa/pip/issues>`__ is hosted on
GitHub alongside the project.
Currently, the issue tracker is used for bugs, feature requests, and general
user support.
In the pip issue tracker, we make use of labels and milestones to organize and
track work.