Skip to content
This repository was archived by the owner on Jun 5, 2024. It is now read-only.

Commit 478760c

Browse files
authoredSep 20, 2022
add story template for jira linking NEWRELIC-3748
1 parent baa853b commit 478760c

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
 

‎.github/ISSUE_TEMPLATE/story.md

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: Story
3+
about: Issue describing development work to fulfill a feature request
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
priority: ''
8+
---
9+
### Description
10+
_What's the goal of this unit of work? What is included? What isn't included?_
11+
12+
### Acceptance Criteria
13+
_What tasks need to be accomplished to achieve the goal?_
14+
15+
### Design Consideration/Limitations
16+
_Why is this the route we should take to achieve our goal?_
17+
_What can't be achieved within this story?_
18+
19+
### Dependencies
20+
_Do any other teams or parts of the New Relic product need to be considered?_
21+
_Some common areas: UI, collector, documentation_
22+
23+
### Additional context
24+
_What else should we know about this story that might not fit into the other categories?_
25+
26+
### Estimates
27+
_Please provide initial t-shirt size. S = 1-3 days, M = 3-5 days (1 week), L = 1-2 weeks (1 sprint)_

0 commit comments

Comments
 (0)
This repository has been archived.