Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-04-07 21:57:04 +0200
committerDylan Taylor <dylan@dylanmtaylor.com>2021-04-08 09:20:39 -0400
commit8a7e261c3fc3bfffeecac7ec8f1a8cc1738ff393 (patch)
tree38b4476ae8ba16b8e1cc803b825e4f057848d0a9
parent67d05d24ebefec3c51bae73b23a91db5c1880a03 (diff)
Update pull_request_template.md
-rw-r--r--docs/pull_request_template.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/pull_request_template.md b/docs/pull_request_template.md
index a2b6ff88..ced6fdf1 100644
--- a/docs/pull_request_template.md
+++ b/docs/pull_request_template.md
@@ -1,11 +1,11 @@
🚨 PR Guidelines:
-# New features
+# New features *(v2.2.0)*
Merge new features in to `torxed-v2.2.0`.<br>
This branch is designated for potential breaking changes, added complexity and new functionality.
-# Bug fixes
+# Bug fixes *(v2.1.4)*
Merge against `master` for bug fixes and anything that improves stability and quality of life.<br>
This excludes:
@@ -13,6 +13,8 @@ This excludes:
* Added complexity
* Breaking changes
+Any changes to `master` automatically gets pulled in to `torxed-v2.2.0` to avoid merge hell.
+
# Describe your PR
If the changes has been discussed in an Issue, please tag it so we can backtrace from the Issue later on.<br>
@@ -22,3 +24,5 @@ If the PR is larger than ~20 lines, please describe it here unless described in
Any new feature or stability improvement should be tested if possible.
Please follow the test instructions at the bottom of the README.
+
+*These PR guidelines will change after 2021-05-01, which is when `v2.1.4` gets released*