mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Add "can reproduce" checkbox to bug template (#4953)
* Added can-reproduce selection * Update bug_report.yaml * Update bug_report.yaml * Update bug_report.yaml * Update bug_report.yaml * Update bug_report.yaml * Update bug_report.yaml * Update bug_report.yaml
This commit is contained in:
parent
812b256e08
commit
1df97a7607
7
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
7
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
@ -52,6 +52,13 @@ body:
|
|||||||
label: "Version Information"
|
label: "Version Information"
|
||||||
description: "The version info block."
|
description: "The version info block."
|
||||||
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"
|
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"
|
||||||
|
- type: checkboxes
|
||||||
|
id: can-reproduce
|
||||||
|
attributes:
|
||||||
|
label: "Please verify if you can reproduce this bug on the demo site."
|
||||||
|
description: "You can sign in at [InvenTree Demo](https://demo.inventree.org) with admin:inventree. Note that this instance runs on the latest dev version, so your bug may be fixed there."
|
||||||
|
options:
|
||||||
|
- label: "I can reproduce this bug on the demo site."
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: logs
|
id: logs
|
||||||
attributes:
|
attributes:
|
||||||
|
Loading…
Reference in New Issue
Block a user