Fixed templates
This commit is contained in:
parent
db18da6f39
commit
e414d31b52
2 changed files with 4 additions and 4 deletions
4
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
4
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -41,8 +41,8 @@ body:
|
|||
label: Self-hosted instance?
|
||||
description: Did the error occur on a self-hosted instance (e.g. not the main esmBot or esmBot Dev instances)?
|
||||
options:
|
||||
- Yes
|
||||
- No
|
||||
- "Yes"
|
||||
- "No"
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
|
|
4
.github/ISSUE_TEMPLATE/error-report.yml
vendored
4
.github/ISSUE_TEMPLATE/error-report.yml
vendored
|
@ -34,8 +34,8 @@ body:
|
|||
label: Self-hosted instance?
|
||||
description: Did the error occur on a self-hosted instance (e.g. not the main esmBot or esmBot Dev instances)?
|
||||
options:
|
||||
- Yes
|
||||
- No
|
||||
- "Yes"
|
||||
- "No"
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
|
|
Loading…
Reference in a new issue