Skip to content

Commit c5aa9e0

Browse files
authored
Add Triage Labels Guide (#1323)
* Add Triage Labels Guide * Clarify period of objection - it depends * Clear out grammar * Link to radiate to intent * Mark labels as optional * Move optional to end
1 parent d5c278e commit c5aa9e0

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

MAINTAINERS_GUIDE.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,27 @@ If the advisory came from GHSA, we have two options:
3838
- Either use only data published in the associated CVE, since the CVE database is in the public domain
3939
- Or ask the submitter of the GHSA advisory (not the RustSec pull request author) to release the advisory contents into the public domain
4040

41-
4241
## Thank the submitter and any other participants
4342

4443
Let them know they did a nice and useful thing. That's how you get repeat submitters ;)
44+
45+
## (Optional) Check Triage Labels
46+
47+
It is helpful to Categorise by what the PR Author intent is - see: Propose-Close/Merge for proposed.
48+
49+
- `Unsound` - The PR author suggests the advisory is informational/unsound
50+
- `Unmaintained` - The PR author suggests the advisory is informational/unmaintained
51+
52+
It is sometimes important to ensure we know what is going on with each PR so we can efficiently check and follow-up.
53+
54+
- `Waiting-Maintainer` - We are waiting for the Maintainer to provide any response if any.
55+
- `Waiting-Author` - We are waiting for the Author of PR
56+
57+
It could be also useful to [radiate the intent] when dealing with PRs - Especially controversial ones to allow feedback.
58+
59+
- `Propose-Close` - PR may be Closed soon if nobody objects.
60+
- `Propose-Merge` - PR may be Merged soon if nobody objects.
61+
62+
Time period of Objection to either Merge or Close depends on the controversial aspect and / or urgency of the PR.
63+
64+
[radiate the intent]: https://github.com/rustsec/advisory-db/discussions/1325

0 commit comments

Comments
 (0)