Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Davidjwkinghorn authored May 19, 2022
1 parent 1be8f69 commit 129dfe1
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.md
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.

0 comments on commit 129dfe1

Please sign in to comment.