You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/maintainers/issue-management.md
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,18 +86,19 @@ The following labels are used on PRs:
86
86
87
87
### Miscellaneous labels
88
88
89
-
*`Committee-Reviewed` : The PR/Issue has been reviewed by the [powershell-committee](../community/governance.md#powershell-committee)
90
-
*`Up-for-Grabs`: We've acknowledged the issue but have no immediate plans to address it.
91
-
If you're looking for a way to contribute, these issues can be a good place to start.
92
-
*`Blocked`: an issue cannot be addressed due to external factors,
89
+
*`Blocked` : An issue cannot be addressed due to external factors,
93
90
but should not be closed because those external factors are temporary.
94
-
*`BVT/DRT`: an issue affecting or exposed by tests that have not been open sourced.
95
-
*`Porting`: an issue that affects a feature not yet ported to other platforms.
96
-
*`Usability`: this label is used to help us filter issues that might be higher priority
97
-
because they more directly affect the usability of a particular feature or area.
98
-
*`Changelog Needed`: The PR requires an addition to the changelog,
91
+
*`BVT/DRT` : An issue affecting or exposed by tests that have not been open sourced.
92
+
*`Changelog Needed` : The PR requires an addition to the changelog,
99
93
and should be removed when it has been added.
100
-
*`Documentation Needed` : The PR has changes that require a documentation change or new documentation added to [PowerShell-Docs](http://github.com/powershell/powershell-docs)
94
+
*`Committee-Reviewed` : The PR/Issue has been reviewed by the [powershell-committee](../community/governance.md#powershell-committee)
101
95
*`Compliance` : Issues with the compliance label are required to be fixed either in the long term or short term for
102
96
Microsoft to continue to sign and release packages from the project as official Microsoft packages.
103
97
The time frame in which it needs to be fixed should be identified in the issue.
98
+
*`Documentation Needed` : The PR has changes that require a documentation change or new documentation added to [PowerShell-Docs](http://github.com/powershell/powershell-docs)
99
+
*`Porting` : An issue that affects a feature not yet ported to other platforms.
100
+
*`Up-for-Grabs` : We've acknowledged the issue but have no immediate plans to address it.
101
+
If you're looking for a way to contribute, these issues can be a good place to start.
102
+
*`Usability` : This label is used to help us filter issues that might be higher priority
103
+
because they more directly affect the usability of a particular feature or area.
104
+
*`Waiting - DotNetCore` : An issue waiting on a fix/change in DotNetCore.
0 commit comments