[PATCH] D53691: Introduce bug life cycle documentation.

Tom Stellard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 25 12:10:36 PDT 2018


tstellar added inline comments.


================
Comment at: docs/BugLifeCycle.rst:87-88
+
+Please remember to assign the bug to yourself if you're actively working on
+fixing it and to unassign it when you're no longer actively working on it.
+
----------------
The alternative would be using the "Assigned" and "New" bug states to indicate that a bug is assigned or not assigned.  The downside of this is that it's an extra step that people might forget when assigning bugs to themselves, but the advantage is that we wouldn't need the pseudo accounts for unassigned bugs which make the bugs more invisible than if they have a real assignee.

If we do want to keep using the pseudo accounts, I think we should just pick one to use (unassignedbugs at nondot.org) and document that here.


Repository:
  rL LLVM

https://reviews.llvm.org/D53691





More information about the llvm-commits mailing list