From 36fa8604dfe6c348e2f6e3e243ab7824156d5958 Mon Sep 17 00:00:00 2001 From: Christopher Allen Date: Wed, 14 Jul 2021 21:02:45 +0100 Subject: [PATCH] Pull Request template for goog.module PRs Provide a standard pull request template more suited to PRs doing goog.module conversions. There's no way to pick a non-default template when creating a PR manually, but this one can be used by adding "&?template=goog_module.md" to the https://github.com/cpcallen/bugs/compare/ URL. --- .github/PULL_REQUEST_TEMPLATE/goog_module.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/goog_module.md diff --git a/.github/PULL_REQUEST_TEMPLATE/goog_module.md b/.github/PULL_REQUEST_TEMPLATE/goog_module.md new file mode 100644 index 000000000..f47407d32 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/goog_module.md @@ -0,0 +1,20 @@ + + +## 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 suggeseted in the [module + conversion guide](https://github.com/google/blockly/issues/5026) +- [ ] I have run `npm test` locally already. + +## The details +### Resolves + +Part of #5026 + +### Additional Information + +