[PATCH] D117832: Update the Bug Life Cycle docs for the switch to GitHub issues
Aaron Ballman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 20 13:11:09 PST 2022
aaron.ballman created this revision.
aaron.ballman added reviewers: tstellar, Quuxplusone.
aaron.ballman requested review of this revision.
Herald added a project: LLVM.
This updates the Bug Life Cycle docs now that we've switched to GitHub issues. The intent is to retain the same general process we used to use for triaging bugs under Bugzilla, but with the facilities we have available in GitHub.
A few things to note: we have not yet created the `confirmed` label, but that is expected to be done shortly. There is already label confusion involving whether we should use `beginner` (89 issues) or `good first issue` (29 issues), so I went with `beginner` in the documentation. I think we should strongly discourage users from creating arbitrary labels on their own because the labels will become useless pretty quickly if there's no consistency as to which are used, so I adjusted the docs accordingly.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D117832
Files:
llvm/docs/BugLifeCycle.rst
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117832.401756.patch
Type: text/x-patch
Size: 5932 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220120/984e6184/attachment.bin>
More information about the llvm-commits
mailing list