Make commit hash mandatory field
This commit is contained in:
parent
306e2ff6ab
commit
85cb5918ee
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -45,6 +45,8 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: Commit where the problem happens
|
label: Commit where the problem happens
|
||||||
description: Which commit are you running ? (copy the **Commit hash** shown in the cmd/terminal when you launch the UI)
|
description: Which commit are you running ? (copy the **Commit hash** shown in the cmd/terminal when you launch the UI)
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: platforms
|
id: platforms
|
||||||
attributes:
|
attributes:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user