-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1be8f69
commit 129dfe1
Showing
1 changed file
with
22 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,22 @@ | ||
--- | ||
name: Feature | ||
about: Detail Something that should be added or changed | ||
title: "[Feature]" | ||
labels: API, enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
**User Story.** | ||
As a _______ (Actor/User) | ||
I want ______ (Goal of the actor/user) | ||
So that ______ (Why/What is the result) | ||
|
||
**Additional details/context** | ||
Add any other details, context, UI mockups, examples from other products, or anything else that might help the developers know what to make. | ||
|
||
**Value added.** | ||
What do you think the value of adding this feature is? Help managers and developers know how this should be prioritized. | ||
|
||
**Acceptance criteria.** | ||
The conditions that must be met for this to be done. For example, for a login feature: User is securely and reliably logged in until timeout or manual sign-out. |