summaryrefslogtreecommitdiffhomepage
path: root/.github/pull_request_template.md
diff options
context:
space:
mode:
authorKoza <[email protected]>2022-07-06 10:13:55 +0200
committerStefan Daschek <[email protected]>2022-07-09 13:42:08 +0200
commit853c3934bf25896f44ca6205d66f131ca7475e06 (patch)
treeed4ed3b638da95e7d3eb48d98cff3c5ef50ca55c /.github/pull_request_template.md
parent3e327e3094c8096d81062bdb71f563cf7bbc8178 (diff)
downloadcaxlsx-853c3934bf25896f44ca6205d66f131ca7475e06.tar.gz
caxlsx-853c3934bf25896f44ca6205d66f131ca7475e06.zip
Add a pull request template to make contributions easier
Diffstat (limited to '.github/pull_request_template.md')
-rw-r--r--.github/pull_request_template.md13
1 files changed, 13 insertions, 0 deletions
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
+<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
+<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
+- [ ] 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