@@ -16,7 +16,7 @@ consistency helps reporters, developers and others to gain a better
16
16
understanding of what a particular bug state actually means and what to expect
17
17
might happen next.
18
18
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
20
20
`the LLVM Bug Tracking System <https://github.com/llvm/llvm-project/issues >`_,
21
21
as the overall goal is to make it easier to work with and understand the bug
22
22
reports.
@@ -39,7 +39,7 @@ use, needs to be maintained. See the following for details:
39
39
Reporting bugs
40
40
==============
41
41
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.
43
43
44
44
You can apply `labels <https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/managing-labels >`_
45
45
to 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.
50
50
Triaging bugs
51
51
=============
52
52
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
54
54
still 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,
56
56
unless the issue is being :ref: `closed<Closing> `.
57
57
58
58
The 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:
124
124
``duplicate `` label with a comment pointing to the issue it duplicates.
125
125
126
126
* 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
128
128
why no changes are expected.
129
129
130
130
* If there is a specific and plausible reason to think that a given bug is
131
131
otherwise inapplicable or obsolete. One example is an open bug that doesn't
132
132
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
134
134
``worksforme `` label and leaving a comment to encourage the reporter to
135
135
reopen the bug with more information if it's still reproducible for them.
136
136
@@ -140,7 +140,7 @@ Examples of reasons for resolving are:
140
140
Maintenance of metadata
141
141
=======================
142
142
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
144
144
discourage adding ad hoc labels because we want to control the proliferation of
145
145
labels and avoid single-use labels. If you would like a new label added, please
146
146
open an issue asking to create an issue label and add the ``infrastructure ``
0 commit comments