Add information about labels

This commit is contained in:
Andrew David Wong 2019-03-27 20:01:08 -05:00
parent c7ddb1587b
commit 4862312d11
No known key found for this signature in database
GPG Key ID: 8CE137352A019A17

View File

@ -33,6 +33,10 @@ In this case, it would be useful to view [all bug reports, both open and closed,
[Search using labels.][qubes-issues-labels]
For example, you can search issues by priority ([blocker], [critical], [major], etc.) and by component ([core], [manager/widget], [Xen], etc.).
Only Qubes team members can apply labels.
Every issue must have exactly one **type** (`T: bug`, `T: enhancement`, or `T: task`), exactly one **priority** (e.g., `P: major`), and at least one **component** (e.g., `C: core`).
Issues may have additional labels, if applicable (e.g., `crypto`, `ux`).
## Issue tracker guidelines ##
### Do not submit questions ###