File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # .github/ISSUE_TEMPLATE/requirement.yml
12name : Requirement
23description : Propose a new requirement.
3- labels : [requirement ]
4+ labels : [REQ ]
45title : " REQ-domain-subdomain-component"
56
67body :
7- - type : input
8- id : id
8+ - type : markdown
99 attributes :
10- label : ID
11- placeholder : REQ-domain-subdomain-component
12- validations :
13- required : true
10+ value : |
11+ **Naming convention**
12+ Use `REQ-domain-subdomain-component`. Lowercase, hyphen-separated, unique.
13+ Examples:
14+ - `REQ-actor-health-overflow`
15+ - `REQ-procedure-firearm-opposed`
1416
1517 - type : dropdown
1618 id : type
2729 description : One or two sentences describing the requirement.
2830 validations :
2931 required : true
30-
31- - type : textarea
32- id : acceptance
33- attributes :
34- label : Acceptance criteria (2–5)
35- description : Use checkboxes; keep it tight.
36- placeholder : |
37- - [ ] Given ...
38- - [ ] When ...
39- - [ ] Then ...
You can’t perform that action at this time.
0 commit comments