summaryrefslogtreecommitdiff
path: root/PULL_REQUEST_TEMPLATE.md
diff options
context:
space:
mode:
authorNoémi Ványi <sitbackandwait@gmail.com>2020-06-30 23:41:37 +0200
committerNoémi Ványi <sitbackandwait@gmail.com>2020-07-10 17:10:02 +0200
commitfd80453a3a253e1fb67bd8f4eb76e4fa6c14456e (patch)
treeda28e098ddfe5b84e2d9d29a18b5499137f2fc08 /PULL_REQUEST_TEMPLATE.md
parent754accb6d20398e0ded196080391ececeefd3b54 (diff)
Add PR template and contribution guidelines
Diffstat (limited to 'PULL_REQUEST_TEMPLATE.md')
-rw-r--r--PULL_REQUEST_TEMPLATE.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 00000000..a7ad130c
--- /dev/null
+++ b/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,25 @@
+## What does this PR do?
+
+<!-- MANDATORY -->
+
+<!-- explain the changes in your PR, algorithms, design, architecture -->
+
+## Why is this change important?
+
+<!-- MANDATORY -->
+
+<!-- explain the motivation behind your PR -->
+
+## How to test this PR locally?
+
+<!-- commands to run the tests or instructions to test the changes-->
+
+## Author's checklist
+
+<!-- additional notes for reviewiers -->
+
+## Related issues
+
+<!--
+Closes #234
+-->