From 853c3934bf25896f44ca6205d66f131ca7475e06 Mon Sep 17 00:00:00 2001 From: Koza Date: Wed, 6 Jul 2022 10:13:55 +0200 Subject: Add a pull request template to make contributions easier --- .github/pull_request_template.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/pull_request_template.md (limited to '.github') diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..cd63ce70 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,13 @@ +### 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](../blob/master/CONTRIBUTING.md) to this repository. +- [ ] I have added (or updated) appropriate tests if this PR fixes a bug or adds a feature. +- [ ] If this PR doesn't need tests (docs change), I added `[ci skip]` to the title of the PR. +- [ ] 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. +- [ ] I added an entry to the [changelog](../blob/master/CHANGELOG.md). \ No newline at end of file -- cgit v1.2.3