Skip to content

Commit

Permalink
Addressed review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
soumeh01 committed Feb 17, 2025
1 parent 803b7c0 commit 2ffb2db
Showing 1 changed file with 9 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,37 +1,36 @@
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

- type: textarea
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

- type: dropdown
id: priority
attributes:
label: "Priority"
description: "Select the priority level of this requirement."
description: "Select the priority level of this request."
options:
- High
- Medium
Expand All @@ -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."

0 comments on commit 2ffb2db

Please sign in to comment.