Skip to content

Commit cf58827

Browse files
added issue template for user stories
1 parent cdead3f commit cf58827

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: Suggestion (User Story)
2+
description: Suggest an idea for this project as a user story
3+
title: 'As a ____, I want ____, so that I can ____'
4+
labels: ['suggestion']
5+
body:
6+
- type: textarea
7+
id: description
8+
attributes:
9+
label: 📝 Description
10+
description: Describe your suggestion more in detail - what do you want to happen?
11+
validations:
12+
required: true
13+
- type: textarea
14+
id: criteria
15+
attributes:
16+
label: ✅ Acceptance Criteria
17+
description: What needs to be done for this user story to be considered finished?
18+
placeholder: |
19+
- [ ] Does the horse donkey?
20+
- [ ] Flux capacitor charged
21+
- [ ] Can reach 88 MPH
22+
validations:
23+
required: true
24+
- type: textarea
25+
id: context
26+
attributes:
27+
label: 💡 Additional context
28+
description: Add any other context or screenshots about the suggestion here.

0 commit comments

Comments
 (0)