Skip to content

Commit

Permalink
Create story.md
Browse files Browse the repository at this point in the history
  • Loading branch information
austinsonger authored Jan 2, 2025
1 parent 0638671 commit 6466f32
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/story.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
name: New User Story
about: Create a new issue in using the "user story" format.
title: ''
labels: 'story'
assignees: ''

---

## Story

As a ***TYPE_OF_USER***,
I would like to ***NEW_FUNCTIONALITY***,
So that I can ***ACCEPTED_OUTCOME***

## Solution

<!-- Propose a solution - This is subject to change as deemed by the implementers! -->

```[tasklist]
### Tasks
- [ ] One task
- [ ] Another task
```

## Acceptance Criteria

<!-- Define acceptance criteria for ACCEPTED_OUTCOME -->

- [ ] One criteria
- [ ] Another criteria

0 comments on commit 6466f32

Please sign in to comment.