@@ -16,7 +16,7 @@ consistency helps reporters, developers and others to gain a better
1616understanding of what a particular bug state actually means and what to expect
1717might happen next.
1818
19- At the same time, we aim to not over-specify the life cycle of bugs in
19+ At the same time, we aim not to over-specify the life cycle of bugs in
2020`the LLVM Bug Tracking System <https://github.com/llvm/llvm-project/issues >`_,
2121as the overall goal is to make it easier to work with and understand the bug
2222reports.
@@ -39,7 +39,7 @@ use, needs to be maintained. See the following for details:
3939Reporting bugs
4040==============
4141
42- See :doc: `HowToSubmitABug ` on further details on how to submit good bug reports.
42+ See :doc: `HowToSubmitABug ` for further details on how to submit good bug reports.
4343
4444You can apply `labels <https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/managing-labels >`_
4545to the bug to provide extra information to make the bug easier to discover, such
@@ -50,9 +50,9 @@ as a label for the part of the project the bug pertains to.
5050Triaging bugs
5151=============
5252
53- Open bugs that have not been marked with the ``confirmed `` label are bugs that
53+ Open bugs that have not been marked with the ``confirmed `` label
5454still need to be triaged. When triage is complete, the ``confirmed `` label
55- should be added along with any other labels that help to classify the report,
55+ should be added along with any other labels that help classify the report,
5656unless the issue is being :ref: `closed<Closing> `.
5757
5858The goal of triaging a bug is to make sure a newly reported bug ends up in a
@@ -124,13 +124,13 @@ Examples of reasons for resolving are:
124124 ``duplicate `` label with a comment pointing to the issue it duplicates.
125125
126126 * If there is a sound reason for not fixing the issue (difficulty, ABI, open
127- research questions, etc), add the ``wontfix `` label and a comment explaining
127+ research questions, etc. ), add the ``wontfix `` label and a comment explaining
128128 why no changes are expected.
129129
130130 * If there is a specific and plausible reason to think that a given bug is
131131 otherwise inapplicable or obsolete. One example is an open bug that doesn't
132132 contain enough information to clearly understand the problem being reported
133- (e.g. not reproducible). It is fine to close such a bug, adding with the
133+ (e.g., not reproducible). It is fine to close such a bug, adding the
134134 ``worksforme `` label and leaving a comment to encourage the reporter to
135135 reopen the bug with more information if it's still reproducible for them.
136136
@@ -140,7 +140,7 @@ Examples of reasons for resolving are:
140140Maintenance of metadata
141141=======================
142142
143- Project member with write access to the project can create new labels, but we
143+ Project members with write access to the project can create new labels, but we
144144discourage adding ad hoc labels because we want to control the proliferation of
145145labels and avoid single-use labels. If you would like a new label added, please
146146open an issue asking to create an issue label and add the ``infrastructure ``
0 commit comments