aboutsummaryrefslogtreecommitdiff
path: root/.github/pull_request_template.md
diff options
context:
space:
mode:
Diffstat (limited to '.github/pull_request_template.md')
-rw-r--r--.github/pull_request_template.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
new file mode 100644
index 00000000..6218fe34
--- /dev/null
+++ b/.github/pull_request_template.md
@@ -0,0 +1,19 @@
+<!--
+
+Thank you for choosing to contribute to NEU!
+
+Please make sure to give your PR a descriptive title.
+
+Your PR title will be used in our changelog and should look like one of those:
+
+Add fleebleblub menu
+Fix crash in the gorp overlay
+meta: Remove outdated documentation in CONTRIBUTING.md
+
+Use the meta prefix for things that don't affect users and use Add, Fix, or Remove for the rest of your PR.
+
+Do not end your PR title with a .
+
+If your PR bundles two features, consider opening two PRs, one for each instead.
+
+-->