diff options
author | 2021-08-29 20:14:45 +0100 | |
---|---|---|
committer | 2021-08-29 20:14:45 +0100 | |
commit | bab8ae1feec51045f7b13e2d8d04c277c7ed76b7 (patch) | |
tree | 96c9ac5828ac9e3ada414935469e4eecb87f740c | |
parent | Update bug-report.yml (diff) |
Update bug-report.yml
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug-report.yml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index fb3501c..3e086ef 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,19 +27,19 @@ body: 1. Create a new form 2. Submit an empty response 3. ... - validations: - required: true + validations: + required: true - type: textarea id: files attributes: label: Files description: If you have any screenshots, log files, or other files that you believe are relevant, you can attach them here - validations: - required: false + validations: + required: false - type: textarea id: technical attributes: label: Technical Details description: "If you have a technical overview of what is causing the bug please describe it here, don't worry if not" - validations: - required: false + validations: + required: false |