From cc47b2301a74e4fcff6f3d278a0e110a18919088 Mon Sep 17 00:00:00 2001 From: Christoph Bergmeister Date: Sun, 13 May 2018 17:15:13 +0100 Subject: [PATCH 1/3] add more appropriate icon for color issue --- .github/ISSUE_TEMPLATE/Syntax_Colorization_Report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/Syntax_Colorization_Report.md b/.github/ISSUE_TEMPLATE/Syntax_Colorization_Report.md index 5cdc736868..aecbb51dc7 100644 --- a/.github/ISSUE_TEMPLATE/Syntax_Colorization_Report.md +++ b/.github/ISSUE_TEMPLATE/Syntax_Colorization_Report.md @@ -1,5 +1,5 @@ --- -name: Editor Syntax Colorization bug report ❓ +name: Editor Syntax Colorization bug report 🌈 about: Editor syntax colorization bugs are tracked in a separate GitHub repo. --- From 8b058d1ab6d18cf8f16bd4ebbe62471b1fdc4e56 Mon Sep 17 00:00:00 2001 From: Christoph Bergmeister Date: Sun, 13 May 2018 17:23:06 +0100 Subject: [PATCH 2/3] add PSSA bug report and rename colorization report for better grouping --- .github/ISSUE_TEMPLATE/Bug_Report_PSScriptAnalyzer.md | 8 ++++++++ ...zation_Report.md => Bug_Report_Syntax_Colorization.md} | 0 2 files changed, 8 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/Bug_Report_PSScriptAnalyzer.md rename .github/ISSUE_TEMPLATE/{Syntax_Colorization_Report.md => Bug_Report_Syntax_Colorization.md} (100%) diff --git a/.github/ISSUE_TEMPLATE/Bug_Report_PSScriptAnalyzer.md b/.github/ISSUE_TEMPLATE/Bug_Report_PSScriptAnalyzer.md new file mode 100644 index 0000000000..a54338f87c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Bug_Report_PSScriptAnalyzer.md @@ -0,0 +1,8 @@ +--- +name: PSScriptAnalyzer bug report 🚦 +about: PSScriptAnalyzer bugs are tracked in a separate GitHub repo. + +--- + +* Please submit PSScriptAnalyzer issues to the + [PSScriptAnalyzer](https://github.com/powershell/PSScriptAnalyzer/issues) repo on GitHub. diff --git a/.github/ISSUE_TEMPLATE/Syntax_Colorization_Report.md b/.github/ISSUE_TEMPLATE/Bug_Report_Syntax_Colorization.md similarity index 100% rename from .github/ISSUE_TEMPLATE/Syntax_Colorization_Report.md rename to .github/ISSUE_TEMPLATE/Bug_Report_Syntax_Colorization.md From df4acbf3abe1375c41240ccbf59d8c6763cf4a6c Mon Sep 17 00:00:00 2001 From: Christoph Bergmeister Date: Mon, 14 May 2018 00:12:18 +0100 Subject: [PATCH 3/3] Remove tyler from pr template --- .github/PULL_REQUEST_TEMPLATE.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c9cde9b503..26960d4686 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -11,5 +11,3 @@ Please mark anything not applicable to this PR `NA`. - [ ] Summarized changes - [ ] This PR is ready to merge and is not work in progress - If the PR is work in progress, please add the prefix `WIP:` to the beginning of the title and remove the prefix when the PR is ready - -@tylerl0706