Skip to content

Commit

Permalink
chore: create issue template for new feature requests (#348)
Browse files Browse the repository at this point in the history
Feature Request template for UI issues
  • Loading branch information
gregclark-defenseunicorns authored Apr 3, 2024
1 parent cde009a commit 7b5d564
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request_ui.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: 'enhancement ✨'
assignees: ''
---

### User Story

- **As a** [user persona]
- **I want** [desired feature]
- **So that** [value derived from feature]

### Acceptance Criteria

- **Given** a state
- **When** an action is taken
- **Then** something happens

### Describe alternatives you've considered
(optional) A clear and concise description of any alternative solutions or features you've considered.

### Additional context
Add any other context or screenshots about the feature request here.

0 comments on commit 7b5d564

Please sign in to comment.