File tree Expand file tree Collapse file tree 1 file changed +26
-4
lines changed
Expand file tree Collapse file tree 1 file changed +26
-4
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,31 @@ type: Chore
55projects :
66 - devantler-tech/5
77body :
8+ - type : markdown
9+ attributes :
10+ value : |
11+ Please ensure this feature isn't already requested by searching existing issues.
12+
13+ - type : textarea
14+ id : user_story
15+ attributes :
16+ label : User Story
17+ description : Use the standard agile story format.
18+ value : |
19+ **As a** [role],
20+ **I want** [an action or a task],
21+ **So that** [a reason or benefit].
22+ validations :
23+ required : true
24+
825 - type : textarea
9- id : description
26+ id : acceptance_criteria
1027 attributes :
11- label : Description
12- description : Give a brief description of the chore.
13- placeholder : " Describe the chore..."
28+ label : Acceptance Criteria
29+ description : Provide a task list of the conditions that must be satisfied. Each item should be a clear, testable outcome.
30+ value : |
31+ - [ ] Criteria 1: Describe the first acceptance criterion here.
32+ - [ ] Criteria 2: Describe the second acceptance criterion here.
33+ - [ ] Criteria 3: Describe additional criteria as needed.
34+ validations :
35+ required : true
You can’t perform that action at this time.
0 commit comments