From 7b5d56464d4ec11df53eea77707c377fdf2344e1 Mon Sep 17 00:00:00 2001 From: gregclark-defenseunicorns <123974425+gregclark-defenseunicorns@users.noreply.github.com> Date: Wed, 3 Apr 2024 11:22:04 -0600 Subject: [PATCH] chore: create issue template for new feature requests (#348) Feature Request template for UI issues --- .github/ISSUE_TEMPLATE/feature_request_ui.md | 25 ++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request_ui.md diff --git a/.github/ISSUE_TEMPLATE/feature_request_ui.md b/.github/ISSUE_TEMPLATE/feature_request_ui.md new file mode 100644 index 000000000..089e12925 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request_ui.md @@ -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. \ No newline at end of file