issue template update
This commit is contained in:
parent
ee6c60642f
commit
13d33200c5
3 changed files with 56 additions and 0 deletions
4
.github/ISSUE_TEMPLATE/bug_report.md
vendored
4
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
|
@ -6,6 +6,10 @@ labels: ['bug']
|
||||||
assignees: ''
|
assignees: ''
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## Before You Submit
|
||||||
|
|
||||||
|
**Please search [existing issues](https://github.com/cjpais/Handy/issues) to avoid duplicates.** Your bug may already be reported! Right now it's just me maintaining this project so many issues can be overwhelming! Help me out by checking first.
|
||||||
|
|
||||||
## Bug Description
|
## Bug Description
|
||||||
A clear and concise description of what the bug is.
|
A clear and concise description of what the bug is.
|
||||||
|
|
||||||
|
|
|
||||||
14
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
14
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
blank_issues_enabled: false
|
||||||
|
contact_links:
|
||||||
|
- name: ✏️ Post-processing / Editing Transcripts
|
||||||
|
url: https://github.com/cjpais/Handy/discussions/168
|
||||||
|
about: Looking to edit, format, or post-process transcripts? Join this discussion
|
||||||
|
- name: ⌨️ Keyboard Shortcuts / Hotkeys
|
||||||
|
url: https://github.com/cjpais/Handy/discussions/211
|
||||||
|
about: Want different keyboard shortcuts or hotkey configurations? Join this discussion
|
||||||
|
- name: 💡 Feature Request or Idea
|
||||||
|
url: https://github.com/cjpais/Handy/discussions
|
||||||
|
about: Please post feature requests and ideas in our Discussions tab
|
||||||
|
- name: 💬 General Discussion
|
||||||
|
url: https://github.com/cjpais/Handy/discussions
|
||||||
|
about: Ask questions and discuss Handy with the community
|
||||||
38
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
38
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
|
|
@ -0,0 +1,38 @@
|
||||||
|
---
|
||||||
|
name: Feature Request
|
||||||
|
about: Suggest an idea or new feature for Handy
|
||||||
|
title: ''
|
||||||
|
labels: []
|
||||||
|
assignees: ''
|
||||||
|
---
|
||||||
|
|
||||||
|
## 🎯 Feature Requests Go in Discussions!
|
||||||
|
|
||||||
|
Thanks for your interest in improving Handy!
|
||||||
|
|
||||||
|
**Please post feature requests in our [Discussions tab](https://github.com/cjpais/Handy/discussions) instead of opening an issue.**
|
||||||
|
|
||||||
|
This helps us:
|
||||||
|
- Keep issues focused on bugs and actionable tasks
|
||||||
|
- Have more open-ended conversations about features
|
||||||
|
- Gather community feedback and input
|
||||||
|
- Better organize ideas and suggestions
|
||||||
|
|
||||||
|
### 🔥 Common Feature Requests
|
||||||
|
|
||||||
|
Before creating a new discussion, check if your request is already being discussed:
|
||||||
|
|
||||||
|
- **✏️ Post-processing / Editing Transcripts** - [Join Discussion #168](https://github.com/cjpais/Handy/discussions/168)
|
||||||
|
- **⌨️ Keyboard Shortcuts / Hotkeys** - [Join Discussion #211](https://github.com/cjpais/Handy/discussions/211)
|
||||||
|
|
||||||
|
### How to submit a new feature request:
|
||||||
|
|
||||||
|
1. Go to [Discussions](https://github.com/cjpais/Handy/discussions)
|
||||||
|
2. Search to see if your idea already exists
|
||||||
|
3. Click "New discussion"
|
||||||
|
4. Choose the appropriate category (Ideas, Feature Requests, etc.)
|
||||||
|
5. Share your idea!
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**This issue will be closed and you'll be redirected to discussions.**
|
||||||
Loading…
Reference in a new issue