Skip to content

Commit 7e31823

Browse files
committed
Add template feature_spec.yml
1 parent 93131bb commit 7e31823

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
- type: textarea
14+
id: goals
15+
attributes:
16+
label: Goals & Non-goals
17+
- type: textarea
18+
id: requirements
19+
attributes:
20+
label: Requirements (Functional & Non-functional)
21+
- type: textarea
22+
id: flows
23+
attributes:
24+
label: User Flows / Diagrams
25+
- type: textarea
26+
id: acceptance
27+
attributes:
28+
label: Acceptance Criteria
29+
placeholder: Bullet points with clear expectations.

0 commit comments

Comments
 (0)