summaryrefslogtreecommitdiff
path: root/.github/PULL_REQUEST_TEMPLATE.md
diff options
context:
space:
mode:
authorLarson Carter <larsoncarter@blazermail.net>2019-12-13 08:18:25 -0600
committerMarc Cornellà <marc.cornella@live.com>2020-02-10 18:56:48 +0100
commitbeab76edfce3500b2fb357c69f3d4fb2a17898fe (patch)
tree084dcffc8a182aa5ce06e30ee19c06b889872275 /.github/PULL_REQUEST_TEMPLATE.md
parente81782ac3faf24cac2384a99366f748040b3f20a (diff)
downloadzsh-beab76edfce3500b2fb357c69f3d4fb2a17898fe.tar.gz
zsh-beab76edfce3500b2fb357c69f3d4fb2a17898fe.tar.bz2
zsh-beab76edfce3500b2fb357c69f3d4fb2a17898fe.zip
Update issues and PR templates (#8471)
Closes #8471
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 000000000..6bcb90efe
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,17 @@
+## Standards checklist:
+
+- [ ] The PR title is descriptive.
+- [ ] The PR doesn't replicate another PR which is already open.
+- [ ] I have read the contribution guide and followed all the instructions.
+- [ ] The code follows the code style guide detailed in the wiki.
+- [ ] The code is mine or it's from somewhere with an MIT-compatible license.
+- [ ] The code is efficient, to the best of my ability, and does not waste computer resources.
+- [ ] The code is stable and I have tested it myself, to the best of my abilities.
+
+## Changes:
+
+- [...]
+
+## Other comments:
+
+...