diff options
| author | CrafterPika <48294025+CrafterPika@users.noreply.github.com> | 2022-01-20 23:09:41 +0100 |
|---|---|---|
| committer | CrafterPika <48294025+CrafterPika@users.noreply.github.com> | 2022-01-20 23:09:41 +0100 |
| commit | 6c155eb50c4ba9d1fe35dd3f3588c4674329eb85 (patch) | |
| tree | a61f60e2ede45bd5d70b3b48a32b966f2f2d0ca3 /.github | |
| parent | bcf0dc12ad35e02a95b35a469ee5e79dddacb3ad (diff) | |
| download | BedrockConnect-6c155eb50c4ba9d1fe35dd3f3588c4674329eb85.tar.gz BedrockConnect-6c155eb50c4ba9d1fe35dd3f3588c4674329eb85.tar.bz2 BedrockConnect-6c155eb50c4ba9d1fe35dd3f3588c4674329eb85.zip | |
Rethought my decision to require these
Not every issue is about consoles/Minecraft, it doesn't make sense to force them....
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 3a10fa3..f81a7e9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -46,7 +46,7 @@ body: placeholder: | Example: 1.18.2 validations: - required: true + required: false - type: input attributes: label: Console @@ -54,7 +54,7 @@ body: placeholder: | Example: Nintendo Switch validations: - required: true + required: false - type: textarea attributes: label: Additional Context |
