summaryrefslogtreecommitdiff
path: root/.github/PULL_REQUEST_TEMPLATE.md
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2017-03-04 20:59:06 +0100
committerGitHub <noreply@github.com>2017-03-04 20:59:06 +0100
commit5adaeca6ff5a5658a1800efa7758ca065ef8621e (patch)
treec59bbafd455635faae5163060bcbf08726d5d26f /.github/PULL_REQUEST_TEMPLATE.md
parent18bf7293f475fd929b787e472127d63e19559936 (diff)
parent7f5217cfa8a86d504a1a3fb551e38b6c69af0b5d (diff)
downloadhercules-5adaeca6ff5a5658a1800efa7758ca065ef8621e.tar.gz
hercules-5adaeca6ff5a5658a1800efa7758ca065ef8621e.tar.bz2
hercules-5adaeca6ff5a5658a1800efa7758ca065ef8621e.tar.xz
hercules-5adaeca6ff5a5658a1800efa7758ca065ef8621e.zip
Merge pull request #1606 from Smokexyz/mds
Issue and Pull Request Templates.
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md37
1 files changed, 37 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 000000000..c62641f08
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,37 @@
+[//]: # (**********************************)
+[//]: # (** Fill in the following fields **)
+[//]: # (**********************************)
+
+[//]: # (Note: Lines beginning with syntax such as this one, are comments and will not be visible in your report!)
+
+### 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.)
+
+- [ ] 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.
+
+### Changes Proposed
+
+[//]: # (Describe at length, the changes that this pull request makes.)
+
+**Affected Branches:**
+
+[//]: # (Master? Slave?)
+
+**Issues addressed:**
+
+[//]: # (Issue Tracker Number if any.)
+
+### Known Issues and TODO List
+
+[//]: # (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.)
+
+[cont]: https://github.com/HerculesWS/Hercules/blob/master/CONTRIBUTING.md
+[code]: https://github.com/HerculesWS/Hercules/wiki/Coding-Style