From 6e4b7794c534eda613d1a7cb1167652ed1219aee Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 16 May 2024 00:44:13 +0200 Subject: [PATCH] docs: Update issue templates (#73) --- .github/ISSUE_TEMPLATE/1-issue.yml | 4 ++-- .github/ISSUE_TEMPLATE/2-feature.yml | 4 ++-- .github/ISSUE_TEMPLATE/3-bug.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1-issue.yml b/.github/ISSUE_TEMPLATE/1-issue.yml index 7e4739c..5caa57c 100644 --- a/.github/ISSUE_TEMPLATE/1-issue.yml +++ b/.github/ISSUE_TEMPLATE/1-issue.yml @@ -3,8 +3,8 @@ description: When you're experiencing problems using the container body: - type: checkboxes attributes: - label: Is there an existing issue for this? - description: Please search to see if a solution already exists for your issue. + label: Is there no existing issue for this? + description: Please search to see if no solution was already provided before. options: - label: I have searched the existing issues required: true diff --git a/.github/ISSUE_TEMPLATE/2-feature.yml b/.github/ISSUE_TEMPLATE/2-feature.yml index 2e9c7e8..5c4a248 100644 --- a/.github/ISSUE_TEMPLATE/2-feature.yml +++ b/.github/ISSUE_TEMPLATE/2-feature.yml @@ -5,8 +5,8 @@ labels: ["enhancement"] body: - type: checkboxes attributes: - label: Is there an existing feature request for this? - description: Please search to see if the feature request already exists. + label: Is there no existing feature request for this? + description: Please search to see if the feature was not already requested before. options: - label: I have searched the existing feature requests required: true diff --git a/.github/ISSUE_TEMPLATE/3-bug.yml b/.github/ISSUE_TEMPLATE/3-bug.yml index fa4ef66..1ff8d33 100644 --- a/.github/ISSUE_TEMPLATE/3-bug.yml +++ b/.github/ISSUE_TEMPLATE/3-bug.yml @@ -5,8 +5,8 @@ labels: ["bug"] body: - type: checkboxes attributes: - label: Is there an existing bug report for this? - description: Please search to see if a report already exists for the bug you encountered. + label: Is there no existing bug report for this? + description: Please search to see if the bug was not already reported before. options: - label: I have searched the existing bug reports required: true