Update issue templates

Add a user story template
This commit is contained in:
David Westgate 2025-01-28 15:45:29 -08:00 committed by GitHub
parent 738359ba92
commit aaad6973d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

19
.github/ISSUE_TEMPLATE/user-story.md vendored Normal file
View File

@ -0,0 +1,19 @@
---
name: User Story
about: A user story template
title: ''
labels: ''
assignees: ''
---
### User Story
As a [type of user],
I want [some goal]
so that [some reason].
### Acceptance Criteria
* [Criteria 1]
* [Optional Criteria 2]
* [Optional Criteria 3]