diff options
| author | Ha Thach <[email protected]> | 2022-08-19 23:57:39 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-08-19 23:57:39 +0700 |
| commit | 05e19b7848cea88031b912f69be04bf6a0fdd163 (patch) | |
| tree | 92b48acd97a7753e8e42ccd7142e7345cf84eeee | |
| parent | f6c1ce5b1cdc4d71a90efbdaff9d785dc0985d69 (diff) | |
Update feature_request.yml
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index e168b73a6..19f403246 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -41,9 +41,9 @@ body: required: true - type: checkboxes - attributes: - label: I have checked existing issues, dicussion and documentation - description: You agree to check all the resources above before opening a new issue. - options: - - label: I confirm I have checked existing issues, dicussion and documentation. - required: true + attributes: + label: I have checked existing issues, dicussion and documentation + description: You agree to check all the resources above before opening a new issue. + options: + - label: I confirm I have checked existing issues, dicussion and documentation. + required: true |
