From 4862312d11bfe0965e315371c36fe756667c2bd1 Mon Sep 17 00:00:00 2001 From: Andrew David Wong Date: Wed, 27 Mar 2019 20:01:08 -0500 Subject: [PATCH] Add information about labels --- basics_user/reporting-bugs.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/basics_user/reporting-bugs.md b/basics_user/reporting-bugs.md index d0784ec3..7f9a57a4 100644 --- a/basics_user/reporting-bugs.md +++ b/basics_user/reporting-bugs.md @@ -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 ###