We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93131bb commit 7e31823Copy full SHA for 7e31823
1 file changed
.github/ISSUE_TEMPLATE/feature_spec.yml
@@ -0,0 +1,29 @@
1
+name: Feature Spec
2
+description: Use this template to document a detailed feature specification.
3
+title: "[Spec]: "
4
+labels: ["spec"]
5
+body:
6
+ - type: textarea
7
+ id: overview
8
+ attributes:
9
+ label: Overview
10
+ placeholder: Short summary of the feature.
11
+ validations:
12
+ required: true
13
14
+ id: goals
15
16
+ label: Goals & Non-goals
17
18
+ id: requirements
19
20
+ label: Requirements (Functional & Non-functional)
21
22
+ id: flows
23
24
+ label: User Flows / Diagrams
25
26
+ id: acceptance
27
28
+ label: Acceptance Criteria
29
+ placeholder: Bullet points with clear expectations.
0 commit comments