-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update issue templates (#327)
* Update issue templates * feat: refactor bug and feature issue templates --------- Co-authored-by: doprz <[email protected]>
- Loading branch information
Showing
2 changed files
with
91 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '[BUG] ' | ||
labels: 'bug' | ||
assignees: '' | ||
--- | ||
|
||
**Pre-submission Checklist** | ||
|
||
<!-- Please check all applicable boxes before submitting your issue --> | ||
|
||
- [ ] 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** | ||
|
||
<!-- A clear and concise description of what the bug is --> | ||
|
||
**Steps To Reproduce** | ||
|
||
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 --> | ||
|
||
**Current Behavior** | ||
|
||
<!-- A clear and concise description of what actually happened --> | ||
|
||
**Screenshots** | ||
|
||
<!-- If applicable, add screenshots to help explain your problem --> | ||
|
||
**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** | ||
|
||
<!-- Please check the browser console (F12) and paste any relevant error messages --> | ||
|
||
``` | ||
// Paste console logs here | ||
``` | ||
|
||
**Additional Context** | ||
|
||
<!-- Add any other context about the problem here --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
name: Feature Request | ||
about: Suggest an idea for this project | ||
title: '[FEATURE] ' | ||
labels: 'feature' | ||
assignees: '' | ||
--- | ||
|
||
**Pre-submission Checklist** | ||
|
||
<!-- Please check all applicable boxes before submitting your feature request --> | ||
|
||
- [ ] 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** | ||
|
||
<!-- A clear and concise description of the feature you'd like to see --> | ||
|
||
**Proposed Solution** | ||
|
||
<!-- A clear and concise description of what you want to happen --> | ||
|
||
**UI/UX Considerations** | ||
|
||
<!-- If this feature involves UI changes, please describe the visual aspects --> | ||
|
||
**Technical Implementation Details** | ||
|
||
<!-- If you have specific technical suggestions, list them here --> |