@@ -11,20 +11,21 @@ author: Jason/Andy
1111
1212These labels describe what feature area of PowerShell that an issue addresses.
1313
14- * ` Area-Build ` :
15- * ` Area-Cmdlets ` :
16- * ` Area-Console ` :
17- * ` Area-Debugging ` :
18- * ` Area-Documentation ` :
19- * ` Area-Engine ` :
20- * ` Area-Intellisense ` :
21- * ` Area-Language ` :
22- * ` Area-OMI ` :
23- * ` Area-PackageManagement ` :
24- * ` Area-Performance ` :
25- * ` Area-Portability ` :
26- * ` Area-PSReadline ` :
27- * ` Area-Test ` :
14+ * ` Area-Build ` : build issues
15+ * ` Area-Cmdlets ` : cmdlets in any module
16+ * ` Area-Console ` : the console experience
17+ * ` Area-Debugging ` : debugging PowerShell script
18+ * ` Area-Documentation ` : PowerShell * repo* documentation issues, general PowerShell doc issues go [ here] ( https://github.com/PowerShell/PowerShell-Docs/issues )
19+ * ` Area-Engine ` : core PowerShell engine, interpreter, runtime
20+ * ` Area-Intellisense ` : tab completion
21+ * ` Area-Language ` : parser, language semantics
22+ * ` Area-OMI ` : omi
23+ * ` Area-PackageManagement ` : PackageManagement related issues
24+ * ` Area-Performance ` : a performance issue
25+ * ` Area-Portability ` : anything affecting script portability
26+ * ` Area-PSReadline ` : PSReadLine
27+ * ` Area-SideBySide ` : Side by side support
28+ * ` Area-Test ` : tests or test infrastructure
2829
2930### Operating systems
3031
@@ -34,6 +35,14 @@ These are for issues that are specific to certain operating systems:
3435* ` OS-Windows `
3536
3637### Process Tags
37-
38+
39+ Issues can be in one of the following states:
40+ * ` 0 - Backlog ` : We've acknowledged the issue but have no immediate plans to address it.
41+ * ` 1 - Planning ` : The issue requires some design or discussion before coding can begin.
42+ * ` 2 - Ready ` : Any design or discussion is essentially done, coding has not yet begun though.
43+ * ` 3 - Working ` : The assignee(s) are actively working on the issue.
44+ * ` 4 - In Review ` : The issue is being reviewed.
45+ The assignee(s) are responsible for signing off before the PR will be merged.
46+
3847* ` help wanted ` : We are looking for someone to work on this issue.
3948* ` need review ` : This Pull Request is being reviewed. Please see [ Pull Request - Code Review] ( ../../.github/CONTRIBUTING.md#pull-request-code-review )
0 commit comments