-
Notifications
You must be signed in to change notification settings - Fork 403
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Create story issue template (#1694)
- Loading branch information
1 parent
b000d7b
commit 20442c6
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
name: Story | ||
about: Issue describing development work to fulfill a feature request | ||
title: '' | ||
labels: story, needs-triage | ||
assignees: '' | ||
priority: '' | ||
--- | ||
|
||
### Description | ||
_What's the goal of this unit of work? What is included? What isn't included?_ | ||
|
||
### Acceptance Criteria | ||
_What tasks need to be accomplished to achieve the goal?_ | ||
As a <user role> I <want to> <so that> | ||
|
||
### Design Consideration/Limitations | ||
_Why is this the route we should take to achieve our goal?_ | ||
_What can't be achieved within this story?_ | ||
|
||
### Dependencies | ||
_Do any other teams or parts of the New Relic product need to be considered?_ | ||
_Some common areas: UI, collector, documentation_ | ||
|
||
### Additional context | ||
_What else should we know about this story that might not fit into the other categories?_ |