mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-03 21:14:46 +00:00
Ask issue openers to confirm that bugs are reproducible
This commit is contained in:
parent
0ad5ac058d
commit
df12cf9656
1 changed files with 4 additions and 2 deletions
6
.github/ISSUE_TEMPLATE.md
vendored
6
.github/ISSUE_TEMPLATE.md
vendored
|
|
@ -4,9 +4,8 @@ Found a bug? Please fill out the sections below. 👍
|
|||
|
||||
A summary of the issue.
|
||||
|
||||
### Steps to Reproduce
|
||||
|
||||
It's essential that you provide enough information for someone else to replicate the problem you're seeing. Simply describing something that's broken on your current project is not enough!
|
||||
### Steps to Reproduce
|
||||
|
||||
1. (for example) Start a new project with `wagtail start myproject`
|
||||
2. Edit models.py as follows...
|
||||
|
|
@ -14,6 +13,9 @@ It's essential that you provide enough information for someone else to replicate
|
|||
|
||||
Any other relevant information. For example, why do you consider this a bug and what did you expect to happen instead?
|
||||
|
||||
* I have confirmed that this issue can be reproduced as described on a fresh Wagtail project: (yes / no)
|
||||
|
||||
|
||||
### Technical details
|
||||
|
||||
* Python version: Run `python --version`.
|
||||
|
|
|
|||
Loading…
Reference in a new issue