From e425daf041371232e801ece50708a602a59d66ea Mon Sep 17 00:00:00 2001 From: Isaiah David Rodriguez <51803892+IsaDavRod@users.noreply.github.com> Date: Tue, 5 Nov 2024 18:32:58 -0600 Subject: [PATCH] chore: update issue templates (#327) * Update issue templates * feat: refactor bug and feature issue templates --------- Co-authored-by: doprz <52579214+doprz@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/bug_report.md | 58 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 33 +++++++++++++ 2 files changed, 91 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 00000000..33c99294 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,58 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '[BUG] ' +labels: 'bug' +assignees: '' +--- + +**Pre-submission Checklist** + + + +- [ ] I have searched existing issues to make sure this is not a duplicate +- [ ] I have cleared my browser cache and confirmed the issue persists +- [ ] I have checked this issue affects the latest version of the extension +- [ ] I have disabled other extensions to ensure this isn't a conflict issue +- [ ] I have included all the information requested below + +**Bug Description** + + + +**Steps To Reproduce** + +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected Behavior** + + + +**Current Behavior** + + + +**Screenshots** + + + +**Debug Information** + +- UTRP Extension Version: [e.g. 1.2.0] +- Browser Info: [e.g. Chrome 120.0.0] +- OS: [e.g. Windows 11, macOS Sonoma] + +**Console Logs** + + + +``` +// Paste console logs here +``` + +**Additional Context** + + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..8ea56876 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,33 @@ +--- +name: Feature Request +about: Suggest an idea for this project +title: '[FEATURE] ' +labels: 'feature' +assignees: '' +--- + +**Pre-submission Checklist** + + + +- [ ] I have searched existing issues to ensure this feature hasn't been requested +- [ ] I have searched closed issues to check if this was previously rejected/implemented +- [ ] I have checked the project roadmap (if available) for planned similar features +- [ ] I have reviewed the documentation to confirm this feature doesn't exist +- [ ] I have completed all sections below with detailed information + +**Feature Description** + + + +**Proposed Solution** + + + +**UI/UX Considerations** + + + +**Technical Implementation Details** + +