Added template files for github

This commit is contained in:
Yehonal 2016-08-12 02:38:05 +02:00
parent c1a76e07ff
commit e36e801646
2 changed files with 45 additions and 0 deletions

25
issue_template.md Normal file
View File

@ -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)

20
pull_request_template.md Normal file
View File

@ -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)