summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--issue_template.md25
-rw-r--r--pull_request_template.md20
2 files changed, 45 insertions, 0 deletions
diff --git a/issue_template.md b/issue_template.md
new file mode 100644
index 0000000000..8fcfe1a8fe
--- /dev/null
+++ b/issue_template.md
@@ -0,0 +1,25 @@
+**Description**:
+
+**Current behaviour**: Tell us what happens
+
+**Expected behaviour**: Tell us what should happen instead
+
+**Steps to reproduce the problem**:
+
+1.
+2.
+3.
+
+**Branch(es)**: 1.x / 2.x (Select the branch(es) affected by this issue)
+
+**AC hash/commit**:
+
+**Modules**: Are you using modules? if yes, list them
+
+**Operating system**:
+
+
+[//]: # (This template is for problem reports, for other type of reports edit it accordingly)
+[//]: # (If this is a crash report, include the crashlog with https://gist.github.com/)
+[//]: # (For fixes containing c++ create a Pull Request)
+
diff --git a/pull_request_template.md b/pull_request_template.md
new file mode 100644
index 0000000000..06c7662c2e
--- /dev/null
+++ b/pull_request_template.md
@@ -0,0 +1,20 @@
+**Changes proposed:**
+
+-
+-
+-
+
+**Target branch(es):** 1.x/2.x etc.
+
+**Issues addressed:** Closes #
+
+**Tests performed:** (Does it build, tested in-game, etc)
+
+**Known issues and TODO list:**
+
+- [ ]
+- [ ]
+
+**NOTE** You no longer need to squash your commits, on merge we will squash it for you. (GitHub added a new feature)
+
+