mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-25 13:10:14 +01:00
609683ea2c
Bug reporters are frequently not making the connection that "Steps to reproduce" means "steps for someone else to independently reproduce this bug", not "steps that I go through on my project to see this bug". Added some example text to gently steer people towards the level of detail we want... Also trimmed down the "Wagtail version" item under "Technical details", since we don't really need to tell people four different ways to do the same thing. (We don't want people to mentally tune this text out, so I think it's a good habit to remove something for every new thing we add)
880 B
880 B
Found a bug? Please fill out the sections below. 👍
Issue Summary
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!
- (for example) Start a new project with
wagtail start myproject
- Edit models.py as follows...
- ...
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: Run
python --version
. - Django version: Look in your requirements.txt, or run
pip show django | grep Version
. - Wagtail version: Hover over the Wagtail bird in the admin, or run
pip show wagtail | grep Version:
. - Browser version: You can use http://www.whatsmybrowser.org/ to find this out.