From c379424c7b28738372f25504bd7e87853f64aebc Mon Sep 17 00:00:00 2001 From: Nate Berkopec Date: Mon, 21 Oct 2019 10:27:31 +0800 Subject: [PATCH] Add pull request template --- .github/pull_request_template.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..ce78befd --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,14 @@ +### Description +Please describe your pull request. Thank you for contributing! You're the best. + +### Your checklist for this pull request + + +- [ ] I have reviewed the [guidelines for contributing](../CONTRIBUTING.md) to this repository. +- [ ] I have added an entry to [HISTORY.md](../HISTORY.md) if this PR fixes a bug or adds a feature. If it doesn't need an entry to HISTORY.md, I have added `[changelog skip]` to all commit messages. +- [ ] I have added appropriate tests if this PR fixes a bug or adds a feature. +- [ ] My pull request is 100 lines added/removed or less so that it can be easily reviewed. +- [ ] If this PR doesn't need tests (docs change), I added `[ci skip]` to the commit messages. +- [ ] If this closes any issues, I have added "Closes `#issue`" to the PR description or my commit messages. +- [ ] I have updated the documentation accordingly. +- [ ] All new and existing tests passed, including Rubocop.