Skip to content

Commit e907280

Browse files
committed
chore: sync templates from main to dev
1 parent bedf169 commit e907280

File tree

3 files changed

+38
-41
lines changed

3 files changed

+38
-41
lines changed
Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
11
---
2-
name: Epic
3-
about: Create an epic to group related features
4-
title: 'Epic: '
2+
name: Epic template
3+
about: An epic represents functionality that will span multiple sprints
4+
title: ''
55
labels: epic
66
assignees: ''
7-
---
87

9-
## Feature Description
10-
[Describe what this feature is intended to accomplish and why it's important]
8+
---
119

12-
## Business Value
13-
[Explain the value this epic brings to users/business]
10+
**__Feature Description__**
11+
Describe what the feature is intended to accomplish & why it's important
1412

15-
## Major User Stories/tasks
16-
- [ ] Story/Task 1
17-
- [ ] Story/Task 2
13+
**__Major User Stories/tasks__**
14+
- [ ] User Story or Task #1
15+
- [ ] User Story or Task #2
16+
- [ ] Additional User Stories or Tasks as necessary
1817

19-
## Acceptance Criteria
20-
- [ ] Criteria 1
21-
- [ ] Criteria 2
18+
**__Additional Considerations__**
19+
Include anything else that may be helpful. For example, links to external resources.
Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
---
2-
name: Task
3-
about: Create a technical task
4-
title: '[Task] '
2+
name: Task template
3+
about: Tasks are small units of work that can be completed in a single sprint
4+
title: ''
55
labels: task
66
assignees: ''
7-
---
87

9-
## Task Description
10-
[Clear description of the technical task]
8+
---
119

12-
## Technical Requirements
13-
- [ ] Requirement 1
14-
- [ ] Requirement 2
10+
**__Task Description__**
11+
Describe the task to be completed.
1512

16-
## Related User Story
17-
Part of User Story #[story-number]
13+
**__Technical Considerations__**
14+
Include any technical considerations including architecture (e.g. API), required libraries, etc.
1815

16+
**__Additional Considerations__**
17+
Any supplemental information including unresolved questions, links to external resources, screenshots, etc.
Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
---
2-
name: User Story
3-
about: Create a user story
4-
title: '[Story] '
5-
labels: user-story
2+
name: User Story template
3+
about: User Stories are features supporting user requirements that can be completed
4+
in a single sprint
5+
title: ''
6+
labels: user_story
67
assignees: ''
7-
---
88

9-
## User Story Description
10-
As a [type of user]
11-
I want to [perform some action]
12-
So that [achieve some goal/benefit]
9+
---
1310

14-
## Acceptance Criteria
15-
- [ ] Criteria 1
16-
- [ ] Criteria 2
11+
**__User Story Description__**
12+
As a [role]
13+
I want to [action to be performed]
14+
So I can [result to be achieved]
1715

18-
## Technical Notes
19-
[Any technical considerations or notes]
16+
**__Steps to Follow (optional)__**
17+
- [ ] Step #1
18+
- [ ] Step #2
19+
- [ ] Additional steps as necessary
2020

21-
## Related Epic
22-
Related to Epic #[epic-number]
21+
**__Additional Considerations__**
22+
Any supplemental information including unresolved questions, links to external resources, screenshots, etc.

0 commit comments

Comments
 (0)