mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-16 22:10:28 +00:00
Add hints for technical details in issue template (#2999)
The more information we get, the easier it is for users to provide it, and the more accurate that information is, the better!
This commit is contained in:
parent
4dc1ef05f8
commit
b4a87d93aa
1 changed files with 4 additions and 4 deletions
8
.github/ISSUE_TEMPLATE.md
vendored
8
.github/ISSUE_TEMPLATE.md
vendored
|
|
@ -13,7 +13,7 @@ Any other relevant information. For example, why do you consider this a bug and
|
|||
|
||||
### Technical details
|
||||
|
||||
* Python version:
|
||||
* Django version:
|
||||
* Wagtail version:
|
||||
* Browser version:
|
||||
* Python version: Run `python --version`.
|
||||
* Django version: Look in your requirements.txt, or run `pip list | grep -i django`.
|
||||
* Wagtail version: Hover over the Wagtail bird in the admin, or look in the Settings menu, look in your requirements.txt, or run `pip list | grep -i wagtail`.
|
||||
* Browser version: You can use http://www.whatsmybrowser.org/ to find this out.
|
||||
|
|
|
|||
Loading…
Reference in a new issue