Adds an Issue template and a Pull request template to Github

pull/2987/head
Janneke Janssen 2016-09-08 12:03:16 +02:00
rodzic 875d2fcbd4
commit 3cbfa6ba82
2 zmienionych plików z 22 dodań i 0 usunięć

19
.github/ISSUE_TEMPLATE.md vendored 100644
Wyświetl plik

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

Wyświetl plik

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