diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 52de9322..f53cb4c9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -26,8 +26,8 @@ body: placeholder: | 1. Open `Inbounds` page 2. ... - validations: - required: true + validations: + required: true - type: textarea id: expected-action diff --git a/.github/ISSUE_TEMPLATE/question.yaml b/.github/ISSUE_TEMPLATE/question.yaml index abd36204..cadc071b 100644 --- a/.github/ISSUE_TEMPLATE/question.yaml +++ b/.github/ISSUE_TEMPLATE/question.yaml @@ -6,5 +6,8 @@ labels: ["question"] body: - type: textarea id: question + attributes: + label: Question + placeholder: I have a question, ..., how can I solve it? validations: required: true