summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2018-10-01 16:35:07 -0400
committergumi <git@gumi.ca>2018-10-01 16:35:07 -0400
commit83e2af813b1c5231f19f04cd7c7f26ce72a096ba (patch)
treeb6f311abd8f305451c8d8c57ec106a29030a028d /.github
parent852c13305f67948531bd0277eb1922dbd02b1f26 (diff)
downloadhercules-83e2af813b1c5231f19f04cd7c7f26ce72a096ba.tar.gz
hercules-83e2af813b1c5231f19f04cd7c7f26ce72a096ba.tar.bz2
hercules-83e2af813b1c5231f19f04cd7c7f26ce72a096ba.tar.xz
hercules-83e2af813b1c5231f19f04cd7c7f26ce72a096ba.zip
make the pull request template less ugly
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md33
1 files changed, 12 insertions, 21 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index c62641f08..48ddba651 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,37 +1,28 @@
-[//]: # (**********************************)
-[//]: # (** Fill in the following fields **)
-[//]: # (**********************************)
+<!-- Before you continue, please change "base: stable" to "base: master" and
+ enable the setting "[√] Allow edits from maintainers." when creating your
+ pull request if you have not already enabled it. -->
-[//]: # (Note: Lines beginning with syntax such as this one, are comments and will not be visible in your report!)
+<!-- Note: Lines with this <!-- syntax are comments and will not be visible in
+ your pull request. You can safely ignore or remove them. -->
### Pull Request Prelude
-[//]: # (Thank you for working on improving Hercules!)
-
-[//]: # (Please complete these steps and check the following boxes by putting an `x` inside the brackets _before_ filing your Pull Request.)
+<!-- Thank you for working on improving Hercules! -->
+<!-- Please complete these steps and check the following boxes by putting an `x`
+ inside the [brackets] before filing your Pull Request. -->
- [ ] I have followed [proper Hercules code styling][code].
- [ ] I have read and understood the [contribution guidelines][cont] before making this PR.
-- [ ] I am aware that this PR will be closed if the above-mentioned criteria are not fulfilled.
+- [ ] I am aware that this PR may be closed if the above-mentioned criteria are not fulfilled.
### Changes Proposed
-[//]: # (Describe at length, the changes that this pull request makes.)
-
-**Affected Branches:**
-
-[//]: # (Master? Slave?)
-
-**Issues addressed:**
-
-[//]: # (Issue Tracker Number if any.)
+<!-- Describe the changes that this pull request makes. -->
-### Known Issues and TODO List
+**Issues addressed:** <!-- Write here the issue number, if any. -->
-[//]: # (Insert checklist here)
-[//]: # (Syntax: - [ ] Checkbox)
-[//]: # (**NOTE** Enable the setting "[√] Allow edits from maintainers." when creating your pull request if you have not already enabled it.)
+<!-- You can safely ignore the links below: -->
[cont]: https://github.com/HerculesWS/Hercules/blob/master/CONTRIBUTING.md
[code]: https://github.com/HerculesWS/Hercules/wiki/Coding-Style