From 6b02da4dc15229e16f12c8325a834737e836e20e Mon Sep 17 00:00:00 2001 From: Danny Colin Date: Fri, 24 Jun 2022 16:55:03 -0400 Subject: [PATCH] add pull request template --- .../pull_request_template.md | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/pull_request_template.md diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md new file mode 100644 index 0000000..af80880 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,24 @@ +**Before submitting your pull request** + +- [ ] I agree to license my code under the [MPL 2.0 license](https://www.mozilla.org/en-US/MPL/2.0/). +- [ ] I rebased my work on top of the main branch. +- [ ] I ran `npm test` and all tests passed. +- [ ] I added test coverages if relevant. + +# Description + +*Please include a summary of the changes including relevant motivation and context.* + +## Type of change + +*Select all that apply.* + +- [ ] Bug fix +- [ ] New feature +- [ ] Major change (fix or feature that would cause existing functionality to work differently than in the current version) + +Tag issues related to this pull request: + +* +* +*