aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/pull_request_template.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
new file mode 100644
index 0000000..aa32cb5
--- /dev/null
+++ b/.github/pull_request_template.md
@@ -0,0 +1,9 @@
+<!--
+BEFORE OPENING A PULL REQUEST:
+-> Check which version of Northstar your change targets. Documentation about feature not yet released should be merged into the `next-release` branch instead
+-> If you're adding multiple independent changes (e.g. adding a section about modding while also fixing a typo on another page) it's generally recommended to split these changes into separate pull requests.
+
+Note that pull requests containing lots of unhelpful commit messages will generally be squashed to keep commit history clean.
+-->
+
+Replace this line with a short description of your change.