@@ -9,28 +9,28 @@ We use the following labels for issue classifications:
99
1010* ` Issue-Bug ` : the issue is reporting a bug
1111* ` Issue-Discussion ` : the issue may not have a clear classification yet.
12- The issue may generate a [ RFC] [ ln-rfc ] or maybe be reclassified as a bug or enhancement.
12+ The issue may generate an [ RFC] [ ln-rfc ] or maybe be reclassified as a bug or enhancement.
1313* ` Issue-Enhancement ` : the issue is more of a feature request than a bug.
14- * ` Issue-Meta ` : an issue used to track multiple issues
14+ * ` Issue-Meta ` : an issue used to track multiple issues.
1515* ` Issue-Question ` : ideally support can be provided via other mechanisms,
1616 but sometimes folks to open an issue to get a question answered and we will use this label for such issues.
1717
1818[ ln-rfc ] : https://github.com/PowerShell/PowerShell-RFC
1919
2020When an issue is resolved, the following labels are used to describe the resolution:
2121
22- * ` Resolution-Answered ` : the issue was a ` Issue-Question ` and was answered.
23- * ` Resolution-By Design ` : the issue is not considered a bug, the behavior is working as designed
24- * ` Resolution-Duplicate ` : the issue is a duplicate - there must be a comment linking to another issue
22+ * ` Resolution-Answered ` : the issue was an ` Issue-Question ` and was answered.
23+ * ` Resolution-By Design ` : the issue is not considered a bug, the behavior is working as designed.
24+ * ` Resolution-Duplicate ` : the issue is a duplicate - there must be a comment linking to another issue.
2525* ` Resolution-External ` : the issue cannot be address by this repo. Should be addressed externally.
26- * ` Resolution-Fixed ` : the issue is has been fixed and should be referenced from a PR
26+ * ` Resolution-Fixed ` : the issue has been fixed and should be referenced from a PR.
2727* ` Resolution-Won't Fix ` : the issue may be considered a bug or enhancement but won't be fixed.
2828 If there is an inadequate explanation as to why the issue was closed,
2929 anyone should feel free to reopen the issue.
3030
3131### Feature areas
3232
33- These labels describe what feature area of PowerShell that an issue affects.
33+ These labels describe what feature area of PowerShell that an issue affects:
3434
3535* ` Area-Build ` : build issues
3636* ` Area-Cmdlets ` : cmdlets in any module
@@ -52,9 +52,9 @@ These labels describe what feature area of PowerShell that an issue affects.
5252* ` Area-SideBySide ` : side by side support
5353* ` Area-Test ` : issues in a test or in test infrastructure
5454
55- ### Operating systems
55+ ### Operating Systems
5656
57- These are for issues that are specific to certain operating systems :
57+ These are for issues that are specific to certain Operating Systems :
5858* ` OS-Linux `
5959* ` OS-macOS `
6060* ` OS-Windows `
@@ -66,7 +66,7 @@ Issues can be in one of the following states:
6666* ` 0 - Backlog ` : We've acknowledged the issue but have no immediate plans to address it.
6767 If you're looking for a way to contribute, these issues can be a good place to start.
6868* ` 1 - Planning ` : The issue requires some design or discussion before coding can begin.
69- * ` 2 - Ready ` : Any design or discussion is essentially done, coding has not yet begun though .
69+ * ` 2 - Ready ` : Any design or discussion is essentially done, coding has not yet begun.
7070* ` 3 - Working ` : The assignee(s) are actively working on the issue.
7171* ` 4 - In Review ` : The issue is being reviewed.
7272 The assignee(s) are responsible for signing off before the PR will be merged.
@@ -75,10 +75,10 @@ The following labels are used on PRs:
7575
7676* ` Review - Needed ` : The PR is being reviewed. Please see [ Pull Request - Code Review] ( ../../.github/CONTRIBUTING.md#pull-request-code-review )
7777* ` Review - Waiting on Author ` : The PR was reviewed by the team and requires changes or comments from the author before being accepted.
78- * ` Review - Abandoned ` : The PR was not updated for significant number of days (the exact number could vary in time).
78+ * ` Review - Abandoned ` : The PR was not updated for significant number of days (the exact number could vary over time).
7979 Maintainers should look into such PRs and re-evaluate them.
8080
81- ### Random labels
81+ ### Miscellaneous labels
8282
8383* ` Blocked ` : an issue cannot be addressed due to external factors,
8484 but should not be closed because those external factors are temporary.
0 commit comments