Skip to content

Commit ea0180e

Browse files
committed
Update requirement.yml
1 parent 1750185 commit ea0180e

1 file changed

Lines changed: 9 additions & 17 deletions

File tree

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
1+
# .github/ISSUE_TEMPLATE/requirement.yml
12
name: Requirement
23
description: Propose a new requirement.
3-
labels: [requirement]
4+
labels: [REQ]
45
title: "REQ-domain-subdomain-component"
56

67
body:
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
@@ -27,13 +29,3 @@ body:
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 ...

0 commit comments

Comments
 (0)