aboutsummaryrefslogtreecommitdiff
path: root/.github/pull_request_template.md
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2024-03-17 16:41:51 +0100
committerGitHub <noreply@github.com>2024-03-17 16:41:51 +0100
commit7ce1b9dce8785fbe6a52ccc3030bf9afd1753fb4 (patch)
tree62bfe5a17bc43df5368ff2a264cc6f2b3890ee21 /.github/pull_request_template.md
parente3ded1d8f1de558aafb785e2d7dbccf2b31782f0 (diff)
downloadNotEnoughUpdates-7ce1b9dce8785fbe6a52ccc3030bf9afd1753fb4.tar.gz
NotEnoughUpdates-7ce1b9dce8785fbe6a52ccc3030bf9afd1753fb4.tar.bz2
NotEnoughUpdates-7ce1b9dce8785fbe6a52ccc3030bf9afd1753fb4.zip
Add PR naming convention (#1051)
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.
+
+-->