mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-05 22:14:45 +00:00
Adds an Issue template and a Pull request template to Github
This commit is contained in:
parent
875d2fcbd4
commit
3cbfa6ba82
2 changed files with 22 additions and 0 deletions
19
.github/ISSUE_TEMPLATE.md
vendored
Normal file
19
.github/ISSUE_TEMPLATE.md
vendored
Normal 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
3
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal 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.
|
||||
Loading…
Reference in a new issue