diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000000..580145bf2d --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -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: diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..8c5269d64d --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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.