From b44faacf5a2549abe4dbd74d4869822f89409a9c Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Tue, 19 Sep 2023 13:14:42 +0200 Subject: [PATCH] docs: Update issue templates --- .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 1 - .github/ISSUE_TEMPLATE/BUILD_ERROR.yml | 1 - 2 files changed, 2 deletions(-) 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