Skip to content

Commit 9007dcb

Browse files
Yogidougwilson
Yogi
authored andcommitted
docs: fix typos in Triager Guide
1 parent c519886 commit 9007dcb

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Triager-Guide.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,25 @@
22

33
## Issue Triage Process
44

5-
When a new issue or pull request is opened the issue will be labled with `needs triage`.
6-
If a traige team member is available they can help make sure all the required information
5+
When a new issue or pull request is opened the issue will be labeled with `needs triage`.
6+
If a triage team member is available they can help make sure all the required information
77
is provided. Depending on the issue or PR there are several next labels they can add for further
88
classification:
99

1010
* `needs triage`: This can be kept if the triager is unsure which next steps to take
1111
* `awaiting more info`: If more info has been requested from the author, apply this label.
12-
* `question`: User questions which do not appear to be bugs or enahncements.
12+
* `question`: User questions that do not appear to be bugs or enhancements.
1313
* `discuss`: Topics for discussion. Might end in an `enhancement` or `question` label.
1414
* `bug`: Issues that present a reasonable conviction there is a reproducible bug.
1515
* `enhancement`: Issues that are found to be a reasonable candidate feature additions.
1616

17-
In all cases, issues may be closed by maintainers if they don't receive timely response when
17+
In all cases, issues may be closed by maintainers if they don't receive a timely response when
1818
further information is sought, or when additional questions are asked.
1919

2020
## Approaches and Best Practices for getting into triage contributions
2121

2222
Review the organization's [StatusBoard](https://expressjs.github.io/statusboard/),
23-
pay special attention to these columns: stars, watchers, open issues and contributors.
23+
pay special attention to these columns: stars, watchers, open issues, and contributors.
2424
This gives you a general idea about the criticality and health of the repository.
2525
Pick a few projects based on that criteria, your interests, and skills (existing or aspiring).
2626

@@ -49,15 +49,15 @@ If you have questions feel free to reach out to any of the TC members.
4949

5050
## Other Helpful Hints:
5151

52-
- Everyone is welcome to attend the [Express Technical Committee Meetings](https://github.com/expressjs/discussions#expressjs-tc-meetings), and as a triager it might help to get a better idea of what's happening with the project.
53-
- When exploring the modules functionality there are a few helpful steps:
52+
- Everyone is welcome to attend the [Express Technical Committee Meetings](https://github.com/expressjs/discussions#expressjs-tc-meetings), and as a triager, it might help to get a better idea of what's happening with the project.
53+
- When exploring the module's functionality there are a few helpful steps:
5454
- Turn on `DEBUG=*` (see https://www.npmjs.com/package/debug) to get detailed log information
5555
- It is also a good idea to do live debugging to follow the control flow, try using `node --inspect`
5656
- It is a good idea to make at least one pass of reading through the entire source
5757
- When reviewing the list of open issues there are some common types and suggested actions:
5858
- New/unattended issues or simple questions: A good place to start
5959
- Hard bugs & ongoing discussions: always feel free to chime in and help
60-
- Issues that imply gaps in documentation: open PRs with changes or help the user to do so
60+
- Issues that imply gaps in the documentation: open PRs with changes or help the user to do so
6161
- For recurring issues, it is helpful to create functional examples to demonstrate (publish as gists or a repo)
6262
- Review and identify the maintainers. If necessary, at-mention one or more of them if you are unsure what to do
63-
- Make sure all your interactions are professional, welcoming and respectful to the parties involved.
63+
- Make sure all your interactions are professional, welcoming, and respectful to the parties involved.

0 commit comments

Comments
 (0)