Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-04-07 21:55:00 +0200
committerGitHub <noreply@github.com>2021-04-07 21:55:00 +0200
commit183b1130b16bda340815a9d7804054449c16dbee (patch)
tree670e0c264cc27fd0f5793aa68f860204bbe022d5 /docs
parent67ea1bc29c78451d416f2f8b18e65e0dc998797d (diff)
Update pull_request_template.md
Diffstat (limited to 'docs')
-rw-r--r--docs/pull_request_template.md39
1 files changed, 16 insertions, 23 deletions
diff --git a/docs/pull_request_template.md b/docs/pull_request_template.md
index 6da175ae..d2f97314 100644
--- a/docs/pull_request_template.md
+++ b/docs/pull_request_template.md
@@ -1,31 +1,24 @@
-# Pull Request Template
+🚨 PR Guidelines:
-Make sure you've checked out the [contribution guideline](https://github.com/archlinux/archinstall/blob/master/CONTRIBUTING.md).<br>
-Most of the guidelines are not enforced, but is heavily encouraged.
+# New features
-## Description
+Merge new features in to `torxed-v2.2.0`.
+This branch is designated for potential breaking changes, added complexity and new functionality.
-Please include a summary of the change and which issue is fixed.<br>
-It is also helpful to add links to online documentation or to the implementation of the code you are changing.
+# Bug fixes
-## Bugs and Issues
+Merge against `master` for bug fixes and anything that improves stability and quality of life.<br>
+This excludes:
+ * New functionality
+ * Added complexity
+ * Breaking changes
-If this pull-request fixes an issue or a bug, please mention the issues with the approriate issue referece *(Example: &#35;8)*.
+# Describe your PR
-## How Has This Been Tested?
+If the changes has been discussed in an Issue, please tag it so 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.
-If possible, mention any tests you have made with the current code base included in the pull-requests.<br>
-Any core-developer will also run tests, but this helps speed things up. Below is a template that can be used:
+# Testing
-As an example:
-
-**Test Configuration**:
-* Hardware: VirtualBox 6.1
-* Specific steps: Ran installer with additional packages `nano` and `wget`
-
-## Checklist:
-
-- [ ] My code follows the style guidelines of this project
-- [ ] I have performed a self-review of my own code to the best of my abilities
-- [ ] I have commented my code, particularly in hard-to-understand areas
-- [ ] I have made corresponding changes to the documentation where possible/if applicable
+Any new feature or stability improvement should be tested if possible.
+Please follow the test instructions at the bottom of the README.