From 4e87be706906281177c8f07c120e543ee6df1c6a Mon Sep 17 00:00:00 2001 From: Rachel Fenichel Date: Wed, 15 Dec 2021 14:53:26 -0800 Subject: [PATCH] chore: clean up issue templates and pull request templates (#5827) --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/documentation.md | 10 ++++---- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/PULL_REQUEST_TEMPLATE/goog_module.md | 24 -------------------- 4 files changed, 7 insertions(+), 31 deletions(-) delete mode 100644 .github/PULL_REQUEST_TEMPLATE/goog_module.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index bf67c2781..6f2e01b3f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,7 @@ --- name: Bug Report about: Create a report to help us improve -labels: 'type: bug, triage' +labels: 'type: bug, issue: triage' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md index 56ea9fb64..343defc12 100644 --- a/.github/ISSUE_TEMPLATE/documentation.md +++ b/.github/ISSUE_TEMPLATE/documentation.md @@ -1,7 +1,7 @@ --- name: Documentation about: Report an issue with our documentation -labels: 'type: documentation, triage' +labels: 'type: documentation, issue: triage' assignees: '' --- @@ -21,10 +21,10 @@ assignees: '' **What** - - + - [ ] Text - [ ] Image or Gif - [ ] Other @@ -39,6 +39,6 @@ assignees: '' **Additional context** - diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 5b85b635c..668e1adb1 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,7 +1,7 @@ --- name: Feature request about: Suggest an idea for this project -labels: 'type: feature request, triage' +labels: 'type: feature request, issue: triage' assignees: '' --- diff --git a/.github/PULL_REQUEST_TEMPLATE/goog_module.md b/.github/PULL_REQUEST_TEMPLATE/goog_module.md deleted file mode 100644 index b2341a52b..000000000 --- a/.github/PULL_REQUEST_TEMPLATE/goog_module.md +++ /dev/null @@ -1,24 +0,0 @@ - - -## The basics - -- [ ] I branched from `goog_module` -- [ ] My pull request is against `goog_module` -- [ ] My code follows the [style guide]( - https://developers.google.com/blockly/guides/modify/web/style-guide) -- [ ] My code is presented in the form suggested in the [module - conversion guide](https://github.com/google/blockly/issues/5026) -- [ ] I have run `npm test`. - -## The details -### Resolves - -Part of #5026 - -### Proposed Changes - -Converts `PATH/TO/FILE.js` to `goog.module` with ES6 `const`/`let`. - -### Additional Information - -