From b9d2d26f9b0a61505deca4ceb23ced0623fcbf62 Mon Sep 17 00:00:00 2001 From: Nigel Jones Date: Mon, 5 Dec 2022 11:43:49 +0000 Subject: [PATCH] #6849 remove checkboxes from bug/enhancement templates Signed-off-by: Nigel Jones --- .github/ISSUE_TEMPLATE/bug.yml | 11 +++++------ .github/ISSUE_TEMPLATE/enhancement.yml | 17 ++++++++--------- 2 files changed, 13 insertions(+), 15 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 1226e876460..002757d7412 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -6,14 +6,13 @@ description: File a bug/issue title: "[BUG] " labels: [bug, triage] body: - - type: checkboxes + - type: input id: issue_exists attributes: - label: Is there an existing issue for this? - description: "Search to see if an issue already exists for the probem you encountered. This can save you and the maintainers time. Please include any related issues in the other text boxes below ie by #1234 for an egeria issue, or include the URL" - options: - - label: I have searched the existing issues - required: true + label: Existing/related issue? + description: "Search for related issues. List below as #123456" + validations: + required: false - type: textarea attributes: label: Current Behavior diff --git a/.github/ISSUE_TEMPLATE/enhancement.yml b/.github/ISSUE_TEMPLATE/enhancement.yml index ed49c59ca33..7a316192eb7 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.yml +++ b/.github/ISSUE_TEMPLATE/enhancement.yml @@ -6,14 +6,13 @@ description: Suggest an Enhancement title: "[Enhancement] <title>" labels: [enhancement, triage] body: - - type: checkboxes + - type: input id: issue_exists attributes: - label: Is there an existing issue for this? - description: "Search to see if an issue already exists for the probem you encountered. This can save you and the maintainers time. Please include any related issues in the other text boxes below ie by #1234 for an egeria issue, or include the URL" - options: - - label: I have searched the existing issues - required: true + label: Existing/related issue? + description: "Search for related issues. List below as #123456" + validations: + required: false - type: textarea attributes: label: Please describe the new behavior that that will improve Egeria @@ -35,10 +34,10 @@ body: Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. validations: required: false - - type: checkboxes + - type: input id: work_on_it attributes: label: Would you be prepared to be assigned this issue to work on? description: Let us know if you'd be able to be involved in designing and implementing this enhancement - options: - - label: I can work on this + validations: + required: false