diff options
| author | 2021-08-29 20:14:25 +0100 | |
|---|---|---|
| committer | 2021-08-29 20:14:25 +0100 | |
| commit | e1ac013010e2abc63f2e638b93f104d30e77e9c2 (patch) | |
| tree | 30aac8e571f560f1159f80d2b39ff799c1a9c35a | |
| parent | Merge pull request #100 from python-discord/notion-demigration (diff) | |
Update bug-report.yml
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug-report.yml | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 19aa9e7..fb3501c 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -16,8 +16,8 @@ body:        label: Description        description: A brief overview of what the bug is        placeholder: Clicking the submit button wipes my harddrive. -    validations: -      required: true +      validations: +        required: true    - type: textarea      id: repro      attributes: @@ -27,8 +27,8 @@ body:          1. Create a new form          2. Submit an empty response          3. ... -    validations: -      required: true +      validations: +        required: true    - type: textarea      id: files      attributes: | 
