Skip to content

Commit 6f22aa6

Browse files
committed
Update issue templates to enhance clarity and specificity for user reports
- Expanded options in bug report, feature request, chore task, and help request templates to cover more specific areas of concern and actions. - Improved categorization of affected areas and actions to better guide users in reporting issues and requesting features. - Added new options related to audio recording, transcription, and configuration to align with recent updates in the extension.
1 parent 24cc093 commit 6f22aa6

5 files changed

Lines changed: 39 additions & 15 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,14 @@ body:
2323
label: Which actions are affected?
2424
multiple: true
2525
options:
26-
- Issue
27-
- Pull Request
28-
- Commits
26+
- Audio recording / microphone
27+
- Transcription (Whisper)
28+
- Prompt optimization
29+
- Text insertion (editor / chat)
30+
- Configuration / setup wizard
31+
- Configuration panel (webview)
32+
- Keyboard shortcuts / commands
33+
- Other
2934

3035
- type: dropdown
3136
id: platforms
@@ -36,6 +41,8 @@ body:
3641
- macOS
3742
- Windows
3843
- Linux
44+
- VS Code
45+
- Cursor
3946

4047
- type: markdown
4148
attributes:

.github/ISSUE_TEMPLATE/chore_task.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,10 @@ body:
2525
options:
2626
- CI/CD
2727
- Dependencies
28-
- Code Refactoring
29-
- Repository Configuration
28+
- Code refactoring
29+
- Tests
30+
- Documentation maintenance
31+
- Repository configuration
3032
- Other
3133

3234
- type: markdown

.github/ISSUE_TEMPLATE/doc_update.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,12 @@ body:
2424
multiple: false
2525
options:
2626
- README.md
27-
- Wiki
28-
- API Documentation
29-
- Inline Code Comments
27+
- Quick start (docs/quickstart.md)
28+
- User guide (recording, shortcuts, troubleshooting)
29+
- Configuration docs
30+
- Architecture / ADRs
31+
- Developer docs (testing, standards, release)
32+
- Inline code comments
3033
- Other
3134

3235
- type: markdown

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,13 @@ body:
2323
label: What area does this improvement affect?
2424
multiple: false
2525
options:
26-
- User Interface
26+
- Audio recording / microphone
27+
- Transcription (Whisper)
28+
- Prompt optimization
29+
- Text insertion (editor / chat)
30+
- Configuration / setup
31+
- User interface (status bar, webview, notifications)
2732
- Performance
28-
- New Feature
2933
- Documentation
3034
- Other
3135

@@ -35,9 +39,13 @@ body:
3539
label: What actions does this improvement affect?
3640
multiple: true
3741
options:
38-
- Issue
39-
- Pull Request
40-
- Commit
42+
- Transcribe recording
43+
- Promptimize recording
44+
- Setup wizard
45+
- Configure API key / provider
46+
- Open configuration panel
47+
- Test transformation
48+
- Other
4149

4250
- type: markdown
4351
attributes:

.github/ISSUE_TEMPLATE/help_request.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,12 @@ body:
2323
label: What area do you need help with?
2424
multiple: false
2525
options:
26-
- Code or implementation
27-
- Build or setup
26+
- Setup and configuration (API keys, wizard)
27+
- Recording (microphone, permissions)
28+
- Transcription (Whisper)
29+
- Prompt optimization / providers
30+
- Text insertion (editor / Cursor chat)
31+
- Build from source / development
2832
- Documentation or usage
2933
- Workflow or CI/CD
3034
- Other

0 commit comments

Comments
 (0)