2022-08-08 01:12:52 +00:00
name : "Bug"
description : "Create a bug report to help us improve InvenTree!"
labels : [ "bug" , "question" , "triage:not-checked" ]
body :
- type : checkboxes
id : no -duplicate-issues
attributes :
label : "Please verify that this bug has NOT been raised before."
description : "Search in the issues sections by clicking [HERE](https://github.com/inventree/inventree/issues?q=)"
options :
2023-01-24 22:31:35 +00:00
- label : "I checked and didn't find a similar issue"
2022-08-08 01:12:52 +00:00
required : true
- type : textarea
id : description
validations :
required : true
attributes :
label : "Describe the bug*"
description : "A clear and concise description of what the bug is."
- type : textarea
id : steps-to-reproduce
validations :
required : true
attributes :
label : "Steps to Reproduce"
2023-01-24 22:31:35 +00:00
description : "Steps to reproduce the behaviour, please make it detailed"
2022-08-08 01:12:52 +00:00
placeholder : |
1 . Go to '...'
2 . Click on '....'
3 . Scroll down to '....'
2023-01-24 22:31:35 +00:00
4 . See the error
2022-08-08 01:12:52 +00:00
- type : textarea
id : expected-behavior
validations :
required : true
attributes :
2023-01-24 22:31:35 +00:00
label : "Expected behaviour"
2022-08-08 01:12:52 +00:00
description : "A clear and concise description of what you expected to happen."
placeholder : "..."
- type : checkboxes
id : deployment
attributes :
label : "Deployment Method"
options :
- label : "Docker"
- label : "Bare metal"
- type : textarea
id : version-info
validations :
required : true
attributes :
label : "Version Information"
description : "The version info block."
2023-01-24 22:31:35 +00:00
placeholder : "You can get this by going to the `About InvenTree` section in the upper right corner and clicking on the `copy version information` button"
2022-08-08 01:12:52 +00:00
- type : textarea
id : logs
attributes :
label : "Relevant log output"
description : Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render : shell
validations :
required : false