diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 5ede05bd..9fa63a02 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -13,16 +13,16 @@ body: label: Short summary description: One-line summary of the bug placeholder: e.g. Sending a message fails with 500 - validations: - required: true + validations: + required: true - type: textarea id: steps attributes: label: Steps to reproduce description: Provide step-by-step instructions to reproduce the bug placeholder: 1) ...\n2) ...\n3) ... - validations: - required: true + validations: + required: true - type: textarea id: expected attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 1ce1d365..abed57d5 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -11,15 +11,15 @@ body: id: summary attributes: label: Short summary - validations: - required: true + validations: + required: true - type: textarea id: problem attributes: label: Problem to solve description: Describe the problem or pain point this feature would address - validations: - required: true + validations: + required: true - type: textarea id: solution attributes: