mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
bug report simplification
Hide descriptions so the reports from inexperienced users get less cluttered
This commit is contained in:
parent
19afcc52e8
commit
717bfde73d
30
.github/ISSUE_TEMPLATE/bug_report.md
vendored
30
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -1,31 +1,47 @@
|
|||||||
---
|
---
|
||||||
name: Bug report
|
name: Bug
|
||||||
about: Create a bug report to help us improve InvenTree
|
about: Create a bug report to help us improve InvenTree!
|
||||||
title: "[BUG] Enter bug description"
|
title: "[BUG] Enter bug description"
|
||||||
labels: bug, question
|
labels: bug, question
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**Describe the bug**
|
<!---
|
||||||
A clear and concise description of what the bug is.
|
Everything inside these brackets is hidden - please remove them where you fill out information.
|
||||||
|
--->
|
||||||
|
|
||||||
|
|
||||||
|
**Describe the bug**
|
||||||
|
<!---
|
||||||
|
A clear and concise description of what the bug is.
|
||||||
|
--->
|
||||||
|
|
||||||
|
**Steps to Reproduce**
|
||||||
|
|
||||||
**To Reproduce**
|
|
||||||
Steps to reproduce the behavior:
|
Steps to reproduce the behavior:
|
||||||
|
<!---
|
||||||
1. Go to '...'
|
1. Go to '...'
|
||||||
2. Click on '....'
|
2. Click on '....'
|
||||||
3. Scroll down to '....'
|
3. Scroll down to '....'
|
||||||
4. See error
|
4. See error
|
||||||
|
--->
|
||||||
|
|
||||||
**Expected behavior**
|
**Expected behavior**
|
||||||
|
<!---
|
||||||
A clear and concise description of what you expected to happen.
|
A clear and concise description of what you expected to happen.
|
||||||
|
--->
|
||||||
|
|
||||||
|
<!---
|
||||||
**Screenshots**
|
**Screenshots**
|
||||||
If applicable, add screenshots to help explain your problem.
|
If applicable, add screenshots to help explain your problem.
|
||||||
|
--->
|
||||||
|
|
||||||
**Deployment Method**
|
**Deployment Method**
|
||||||
Docker
|
- [ ] Docker
|
||||||
Bare Metal
|
- [ ] Bare Metal
|
||||||
|
|
||||||
**Version Information**
|
**Version Information**
|
||||||
|
<!---
|
||||||
You can get this by going to the "About InvenTree" section in the upper right corner and clicking on to the "copy version information"
|
You can get this by going to the "About InvenTree" section in the upper right corner and clicking on to the "copy version information"
|
||||||
|
--->
|
||||||
|
Loading…
Reference in New Issue
Block a user