@@ -27,12 +27,12 @@ If you cannot reproduce the example with the master branch, but can reproduce
27
27
the issue on the latest version for the branch, then it is likely the bug has
28
28
already been fixed, but it has not been backported yet. Try to determine
29
29
which commit fixed it, and update the issue noting that the issue has been
30
- fixed but not yet backported. If the ruby version is in the security
30
+ fixed but not yet backported. If the Ruby version is in the security
31
31
maintenance phase or no longer supported, change the status to Closed. This
32
- change be made without adding a note to avoid spamming the mailing list.
32
+ change can be made without adding a note to avoid spamming the mailing list.
33
33
34
34
For issues that may require backwards incompatible changes or may benefit from
35
- general committer attention or discussion, considering adding them as agenda
35
+ general committer attention or discussion, consider adding them as agenda
36
36
items for the next committer meeting (https://bugs.ruby-lang.org/issues/14770).
37
37
38
38
== Crash Bugs Without Reproducers
@@ -41,27 +41,26 @@ Many bugs reported have little more than a crash report, often with no way to
41
41
reproduce the issue. These bugs are difficult to triage as they often do not
42
42
contain enough information.
43
43
44
-
45
- For these bugs, if the ruby version is the master branch or is the latest
44
+ For these bugs, if the Ruby version is the master branch or is the latest
46
45
release for the branch and the branch is in normal maintenance phase, look at
47
46
the backtrace and see if you can determine what could be causing the issue.
48
- If you can guess would could be causing the issue, see if you can put together
47
+ If you can guess what could be causing the issue, see if you can put together
49
48
a reproducible example (this is in general quite difficult). If you cannot
50
49
guess what could be causing the issue, or cannot put together a reproducible
51
50
example yourself, please ask the reporter to provide a reproducible example,
52
51
and change the status to Feedback.
53
52
54
- if the ruby version is no longer current (e.g. 2.5.0 when the latest version
55
- on the ruby 2.5 branch is 2.5.5), add a note to the issue asking the reporter
56
- to try the latest ruby version for the branch and report back, and change the
57
- status to Feedback. If the ruby version is in the security maintenance phase
53
+ If the Ruby version is no longer current (e.g. 2.5.0 when the latest version
54
+ on the Ruby 2.5 branch is 2.5.5), add a note to the issue asking the reporter
55
+ to try the latest Ruby version for the branch and report back, and change the
56
+ status to Feedback. If the Ruby version is in the security maintenance phase
58
57
or no longer supported, change the status to Closed. This change can be made
59
58
without adding a note.
60
59
61
60
== Crash Bugs With 3rd Party C Extensions
62
61
63
- If the crash happens inside a 3rd party C extension, try to figure out which
64
- C extension it happens inside , and add a note to the issue to report the
62
+ If the crash happens inside a 3rd party C extension, try to figure out inside
63
+ which C extension it happens, and add a note to the issue to report the
65
64
issue to that C extension, and set the status to Third Party's Issue.
66
65
67
66
== Non-Bug reports
@@ -75,6 +74,6 @@ improvements) or Misc. This change can be made without adding a note.
75
74
There are many issues that are stale, with no updates in months or even years.
76
75
For stale issues in Feedback state, where the feedback has not been received,
77
76
you can change the status to Closed without adding a note. For stale issues
78
- in Assigned state, you can reach out the assignee and see if they can update
77
+ in Assigned state, you can reach out to the assignee and see if they can update
79
78
the issue. If the assignee is no longer an active committer, remove them
80
79
as the assignee and change the status to Open.
0 commit comments