Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/docs/pull_request_template.md
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-09-30 17:25:43 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2022-09-30 17:25:43 +0200
commit6408c9dce00aa70ad3c6614d2d793dba9a99aff6 (patch)
treebff1889dfebde0c74e30e9de427a2c122513684b /docs/pull_request_template.md
parentfaf925de1882be722d2994d697a802918282e509 (diff)
parent53a2797af6ac0832bf7dd00dfe96b8ea1867db2e (diff)
merged from upstream for ISO 2022-10
Diffstat (limited to 'docs/pull_request_template.md')
-rw-r--r--docs/pull_request_template.md21
1 files changed, 9 insertions, 12 deletions
diff --git a/docs/pull_request_template.md b/docs/pull_request_template.md
index 5e6daf51..731bed8f 100644
--- a/docs/pull_request_template.md
+++ b/docs/pull_request_template.md
@@ -1,15 +1,12 @@
-🚨 PR Guidelines:
+- This fix issue: <!-- #13, #15 and #16 for instance. Or ignore if you're adding new functionality -->
-# New features *(v2.2.0)*
+## PR Description:
-All future work towards *`v2.2.0`* is done against `master` now.<br>
-Any patch work to existing versions will have to create a new branch against the tagged versions.
+<!-- Please describe what changes this PR introduces, a good example would be: https://github.com/archlinux/archinstall/pull/1377 -->
-# Describe your PR
-
-If the changes has been discussed in an Issue, please tag it so that we can backtrace from the issue later on.<br>
-If the PR is larger than ~20 lines, please describe it here unless described in an issue.
-
-# Testing
-
-Any new feature or stability improvement should be tested if possible. Please follow the test instructions at the bottom of the README or use the ISO built on each PR.
+## Tests and Checks
+- [ ] I have tested the code!<br>
+ <!--
+ After submitting your PR, an ISO can be downloaded below the PR description. After testing it you can check the box
+ You can do manual tests too, like isolated function tests, just something!
+ -->