Skip to content

Commit bdcdfc4

Browse files
kazutakahiratamahesh-attarde
authored andcommitted
[llvm] Proofread BugLifeCycle.rst (llvm#160817)
1 parent 12ce7d9 commit bdcdfc4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

llvm/docs/BugLifeCycle.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ consistency helps reporters, developers and others to gain a better
1616
understanding of what a particular bug state actually means and what to expect
1717
might 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>`_,
2121
as the overall goal is to make it easier to work with and understand the bug
2222
reports.
@@ -39,7 +39,7 @@ use, needs to be maintained. See the following for details:
3939
Reporting 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

4444
You can apply `labels <https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/managing-labels>`_
4545
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.
5050
Triaging 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
5454
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,
5656
unless the issue is being :ref:`closed<Closing>`.
5757

5858
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:
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:
140140
Maintenance 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
144144
discourage adding ad hoc labels because we want to control the proliferation of
145145
labels and avoid single-use labels. If you would like a new label added, please
146146
open an issue asking to create an issue label and add the ``infrastructure``

0 commit comments

Comments
 (0)