0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 17:36:49 +01:00

Merge pull request #2987 from jjanssen/feature/github_templates

Adds an Issue and a Pull request template to Github
This commit is contained in:
Matt Westcott 2016-09-13 10:58:32 +01:00 committed by GitHub
commit 67e46f9a33
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 example, 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.