Adds an Issue template and a Pull request template to Github

This commit is contained in:
Janneke Janssen 2016-09-08 12:03:16 +02:00
parent 875d2fcbd4
commit 3cbfa6ba82
2 changed files with 22 additions and 0 deletions

19
.github/ISSUE_TEMPLATE.md vendored Normal file
View file

@ -0,0 +1,19 @@
Found a bug? Please fill out the sections below. 👍
### Issue Summary
A summary of the issue.
### Steps to Reproduce
1. This is the first step
2. This is the second step, etc.
Any other relevant information. For e.g. Why do you consider this a bug and what did you expect to happen instead?
### Technical details
* Python version:
* Django version:
* Wagtail version:
* Browser version:

3
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View file

@ -0,0 +1,3 @@
### Thanks for contributing to Wagtail! 🎉
Please review [the contributor guidelines](http://docs.wagtail.io/en/latest/contributing/index.html) and confirm that [the tests pass](http://docs.wagtail.io/en/latest/contributing/developing.html#testing) in case of Python changes.