Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/maintainers/issue-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Issues are opened for many different reasons.
We use the following labels for issue classifications:

* `Issue-Bug`: the issue is reporting a bug
* `Issue-Code Cleanup`: the issue is for cleaning up the code with no impact on functionality

@iSazonov iSazonov Jun 2, 2017

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe remove the space in the label? This makes it easier to write manual filters in GitHub.

Please clarify - usually we have PRs not Issues with code/test cleanup.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I originally had no space, but looking at some of the other labels we have, I decided to have the space for consistency.

Issue-Code Cleanup is to identify known issues in the code where we should clean up (I've already labeled a number of such issues) that isn't a priority to address so they aren't automatically PRs

* `Issue-Discussion`: the issue may not have a clear classification yet.
The issue may generate an [RFC][ln-rfc] or may be reclassified as a bug or enhancement.
* `Issue-Enhancement`: the issue is more of a feature request than a bug.
Expand Down Expand Up @@ -88,3 +89,4 @@ The following labels are used on PRs:
because they more directly affect the usability of a particular feature or area.
* `Changelog Needed`: The PR requires an addition to the changelog,
and should be removed when it has been added.
* `Documentation Needed` : The PR has changes that require a documentation change or new documentation added to [PowerShell-Docs](http://github.com/powershell/powershell-docs)