From 803b7c0bc0f101969a0dab3572a35a06287dae0e Mon Sep 17 00:00:00 2001 From: Sourabh Mehta <73165318+soumeh01@users.noreply.github.com> Date: Thu, 13 Feb 2025 17:15:25 +0100 Subject: [PATCH 1/4] Create new issue template to capture new requirements --- .github/ISSUE_TEMPLATE/requirement.yaml | 53 +++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/requirement.yaml diff --git a/.github/ISSUE_TEMPLATE/requirement.yaml b/.github/ISSUE_TEMPLATE/requirement.yaml new file mode 100644 index 0000000..145e799 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/requirement.yaml @@ -0,0 +1,53 @@ +name: "Feature Request / Requirement" +description: "Submit a new requirement or feature request" +title: "[Requirement]: " +labels: ["requirement"] + +body: + - type: input + id: title + attributes: + label: "Short Summary" + description: "Provide a brief title for the requirement." + + - type: textarea + id: description + attributes: + label: "Description" + description: "Provide a detailed description of the requirement, including the problem it solves and any relevant context." + placeholder: "Explain why this requirement is needed and how it should work." + validations: + required: true + + - type: textarea + id: acceptance_criteria + attributes: + label: "Acceptance Criteria" + description: "Define the conditions that must be met for this requirement to be considered complete." + validations: + required: true + + - type: dropdown + id: priority + attributes: + label: "Priority" + description: "Select the priority level of this requirement." + options: + - High + - Medium + - Low + validations: + required: true + + - type: input + id: related_issues + attributes: + label: "Related Issues (Optional)" + description: "Link any related GitHub issues." + placeholder: "e.g., #123, #456" + + - type: textarea + id: additional_notes + attributes: + label: "Additional Notes (Optional)" + description: "Provide any extra information or concerns regarding this requirement." From 2ffb2db466343bcd18161d582dc2fe45f9646edd Mon Sep 17 00:00:00 2001 From: Sourabh Mehta Date: Mon, 17 Feb 2025 09:59:49 +0100 Subject: [PATCH 2/4] Addressed review comments --- ...{requirement.yaml => feature_request.yaml} | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) rename .github/ISSUE_TEMPLATE/{requirement.yaml => feature_request.yaml} (62%) diff --git a/.github/ISSUE_TEMPLATE/requirement.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml similarity index 62% rename from .github/ISSUE_TEMPLATE/requirement.yaml rename to .github/ISSUE_TEMPLATE/feature_request.yaml index 145e799..7a347d7 100644 --- a/.github/ISSUE_TEMPLATE/requirement.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -1,21 +1,20 @@ -name: "Feature Request / Requirement" -description: "Submit a new requirement or feature request" -title: "[Requirement]: " -labels: ["requirement"] +name: "Feature Request" +description: "Submit a new feature request" +title: "[Feature Request]: " +labels: ["enhancement"] body: - type: input id: title attributes: label: "Short Summary" - description: "Provide a brief title for the requirement." + description: "Provide a brief title for the request." - type: textarea id: description attributes: label: "Description" - description: "Provide a detailed description of the requirement, including the problem it solves and any relevant context." - placeholder: "Explain why this requirement is needed and how it should work." + description: "Provide a detailed description of the request, including the problem it solves and any relevant context." validations: required: true @@ -23,7 +22,7 @@ body: id: acceptance_criteria attributes: label: "Acceptance Criteria" - description: "Define the conditions that must be met for this requirement to be considered complete." + description: "Define the conditions that must be met for this request to be considered complete." validations: required: true @@ -31,7 +30,7 @@ body: id: priority attributes: label: "Priority" - description: "Select the priority level of this requirement." + description: "Select the priority level of this request." options: - High - Medium @@ -50,4 +49,4 @@ body: id: additional_notes attributes: label: "Additional Notes (Optional)" - description: "Provide any extra information or concerns regarding this requirement." + description: "Provide any extra information or concerns regarding this request." From 51a093855ed92f22ac4dcbe55e5803df0081a2fe Mon Sep 17 00:00:00 2001 From: Sourabh Mehta <73165318+soumeh01@users.noreply.github.com> Date: Mon, 17 Feb 2025 10:51:25 +0100 Subject: [PATCH 3/4] Update feature_request.yaml --- .github/ISSUE_TEMPLATE/feature_request.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index 90aeb1a..fd98da9 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -12,16 +12,13 @@ body: validations: required: true - - type: dropdown + - type: checkboxes id: security-requirement attributes: label: "Is this request a Security Requirement?" - description: "Select whether this request relates to security. If you select 'Yes,' please add the 'security-requirement' label." + description: "If you select 'Yes,' please add the 'security-requirement' label." options: - - "No" - - "Yes (Apply 'security-requirement' label)" - validations: - required: true + - label: "Yes" - type: textarea id: acceptance_criteria From d306e0751d940f1f7a8422ac64956bb1ba306346 Mon Sep 17 00:00:00 2001 From: Sourabh Mehta <73165318+soumeh01@users.noreply.github.com> Date: Mon, 17 Feb 2025 10:53:07 +0100 Subject: [PATCH 4/4] Update feature_request.yaml --- .github/ISSUE_TEMPLATE/feature_request.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index fd98da9..9c44657 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -20,14 +20,6 @@ body: options: - label: "Yes" - - type: textarea - id: acceptance_criteria - attributes: - label: "Acceptance Criteria" - description: "Define the conditions that must be met for this request to be considered complete." - validations: - required: true - - type: dropdown id: priority attributes: