From cd48796f7f05f4f106428c16088a393fb527aed4 Mon Sep 17 00:00:00 2001 From: Travis Plunk Date: Mon, 6 Nov 2017 11:01:11 -0800 Subject: [PATCH 1/2] Add compliance label description --- docs/maintainers/issue-management.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/maintainers/issue-management.md b/docs/maintainers/issue-management.md index 71c547ee332..fc4a94abc96 100644 --- a/docs/maintainers/issue-management.md +++ b/docs/maintainers/issue-management.md @@ -90,3 +90,6 @@ The following labels are used on PRs: * `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) +* `Compliance` : Issues with the compliance label are required to be fixed either in the long term or short term for + Microsoft to continue to sign and release packages from the project as official Microsoft packages. The time frame + in which it needs to be fixed should be identified in the issue. From c9cc009a1710c7fc4e912cb54b87b18f102a9dd4 Mon Sep 17 00:00:00 2001 From: Travis Plunk Date: Mon, 13 Nov 2017 22:38:31 -0800 Subject: [PATCH 2/2] address PR feedback --- docs/maintainers/issue-management.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/maintainers/issue-management.md b/docs/maintainers/issue-management.md index fc4a94abc96..13d6da4e590 100644 --- a/docs/maintainers/issue-management.md +++ b/docs/maintainers/issue-management.md @@ -91,5 +91,5 @@ The following labels are used on PRs: 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) * `Compliance` : Issues with the compliance label are required to be fixed either in the long term or short term for - Microsoft to continue to sign and release packages from the project as official Microsoft packages. The time frame - in which it needs to be fixed should be identified in the issue. + Microsoft to continue to sign and release packages from the project as official Microsoft packages. + The time frame in which it needs to be fixed should be identified in the issue.