From c0442646e909c39231273085fb21c3b8bc8424f9 Mon Sep 17 00:00:00 2001 From: Jberma23 Date: Fri, 7 Aug 2026 10:19:34 -0600 Subject: [PATCH] add templates for issues --- .github/ISSUE_TEMPLATE/bug_report.md | 31 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 21 +++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..7aa81cc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,31 @@ +--- +name: 🐛 Bug report +about: Create a report to help us improve. +title: '[BUG] ' +labels: bug, triage +assignees: '' +--- + +## Describe the bug +A clear and concise description of what the bug is. + +## Steps to reproduce +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '...' +3. Scroll down to '...' +4. See error + +## Expected behavior +A clear and concise description of what you expected to happen. + +## Screenshots +If applicable, add screenshots to help explain your problem. + +## Environment data + - OS: [e.g. iOS, Windows] + - Browser / App version: [e.g. Chrome 122, v1.4.2] + - Relevant dependencies: [e.g. Node version] + +## Additional context +Add any other context about the problem here. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..697661c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,21 @@ +--- +name: 🚀 Feature request +about: Suggest an idea for this project. +title: '[FEATURE] ' +labels: enhancement +assignees: '' +--- + +### Description + + +### Acceptance Criteria + +- [ ] The feature/s being implemented are covered by unit tests - If not, create tests for them on this ticket + +### Additional Info and Resources + + +### QA + +