diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index 3d32a53..c207ec5 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -107,7 +107,6 @@ body: description: > Try to build the example app (`package/example/`) and see if the issue is reproduceable here. **Note:** If you don't try this in the example app, I most likely won't help you with your issue. - multiple: true options: - Yes, I can reproduce the same issue in the Example app here - No, I cannot reproduce the issue in the Example app diff --git a/.github/ISSUE_TEMPLATE/BUILD_ERROR.yml b/.github/ISSUE_TEMPLATE/BUILD_ERROR.yml index 1cc943e..f60e437 100644 --- a/.github/ISSUE_TEMPLATE/BUILD_ERROR.yml +++ b/.github/ISSUE_TEMPLATE/BUILD_ERROR.yml @@ -58,7 +58,6 @@ body: description: > Try to build the example app (`package/example/`) and see if the issue is reproduceable here. **Note:** If you don't try to build the example app, I most likely won't help you with your issue. - multiple: true options: - Yes, I can successfully build the Example app here - No, I cannot build the Example app either