0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-22 11:07:57 +01:00
wagtail/.github/ISSUE_TEMPLATE/BUG_REPORT.md
LB (Ben Johnston) 0012c344d9
auto-format core markdown files (#8603)
- clean up formatting on existing martkdown files to align with prettier
2022-06-01 23:08:56 +10:00

987 B

name about title labels assignees
🐞 Bug Report Create a report to help us improve
type:Bug
status:Unconfirmed

Issue Summary

Steps to Reproduce

  1. (for example) Start a new project with wagtail start myproject
  2. Edit models.py as follows...
  3. ...

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.
  • Django version: Look in your requirements.txt, or run pip show django | grep Version.
  • Wagtail version: Look at the bottom of the Settings menu in the Wagtail admin, or run pip show wagtail | grep Version:.
  • Browser version: You can use https://www.whatsmybrowser.org/ to find this out.