diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 85bfc0a..c30b02a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/error-report.yml b/.github/ISSUE_TEMPLATE/error-report.yml index 367c67f..03c6cae 100644 --- a/.github/ISSUE_TEMPLATE/error-report.yml +++ b/.github/ISSUE_TEMPLATE/error-report.yml @@ -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