From 57b9fa54e9279e7c633cc61144f6ccf53256ca50 Mon Sep 17 00:00:00 2001 From: Ned Bingham Date: Wed, 23 Oct 2024 22:09:37 -0400 Subject: [PATCH] Update issue templates --- .../ISSUE_TEMPLATE/user-interface-issue.md | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/user-interface-issue.md diff --git a/.github/ISSUE_TEMPLATE/user-interface-issue.md b/.github/ISSUE_TEMPLATE/user-interface-issue.md new file mode 100644 index 0000000..989d39c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/user-interface-issue.md @@ -0,0 +1,23 @@ +--- +name: User Interface Issue +about: Suggest an improvement to the user experience +title: '' +labels: ux issue +assignees: nbingham1 + +--- + +## Problem +A clear and concise description the part of the flow that was confusing or clunky and why it was so. + +## Expected Behavior +A clear and concise description of what you expected to happen. + +## Possible Alternatives +A list of possible approaches to make the interface more user friendly. + +## Supporting Files and Screenshots +If applicable, add screenshots and other supporting files to help explain your problem. + +## Additional Context +Add any other context about the problem here.