File tree Expand file tree Collapse file tree 2 files changed +87
-0
lines changed
Expand file tree Collapse file tree 2 files changed +87
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Bug Report
2+ description : Create a report to help us improve
3+ title : " [BUG]: "
4+ labels : ["bug"]
5+ body :
6+ - type : markdown
7+ attributes :
8+ value : |
9+ Thanks for taking the time to fill out this bug report!
10+ - type : textarea
11+ id : description
12+ attributes :
13+ label : Bug Description
14+ description : A clear and concise description of what the bug is.
15+ validations :
16+ required : true
17+ - type : textarea
18+ id : reproduction
19+ attributes :
20+ label : Steps to Reproduce
21+ description : Steps to reproduce the behavior.
22+ placeholder : |
23+ 1. Go to '...'
24+ 2. Click on '....'
25+ 3. Scroll down to '....'
26+ 4. See error
27+ validations :
28+ required : true
29+ - type : textarea
30+ id : expected-behavior
31+ attributes :
32+ label : Expected Behavior
33+ description : A clear and concise description of what you expected to happen.
34+ validations :
35+ required : true
36+ - type : textarea
37+ id : logs
38+ attributes :
39+ label : Relevant Log Output
40+ description : Please copy and paste any relevant log output.
41+ render : shell
42+ - type : textarea
43+ id : screenshots
44+ attributes :
45+ label : Screenshots
46+ description : If applicable, add screenshots to help explain your problem.
47+ - type : textarea
48+ id : environment
49+ attributes :
50+ label : Environment
51+ description : |
52+ - OS: [e.g. Ubuntu 22.04]
53+ - Python version: [e.g. 3.13]
54+ - STT Engine: [e.g. whisper]
Original file line number Diff line number Diff line change 1+ name : Feature Request
2+ description : Suggest an idea for this project
3+ title : " [FEATURE]: "
4+ labels : ["enhancement"]
5+ body :
6+ - type : markdown
7+ attributes :
8+ value : |
9+ Have a suggestion for a new feature? We'd love to hear it!
10+ - type : textarea
11+ id : problem
12+ attributes :
13+ label : Is your feature request related to a problem?
14+ description : A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
15+ validations :
16+ required : true
17+ - type : textarea
18+ id : solution
19+ attributes :
20+ label : Describe the solution you'd like
21+ description : A clear and concise description of what you want to happen.
22+ validations :
23+ required : true
24+ - type : textarea
25+ id : alternatives
26+ attributes :
27+ label : Describe alternatives you've considered
28+ description : A clear and concise description of any alternative solutions or features you've considered.
29+ - type : textarea
30+ id : context
31+ attributes :
32+ label : Additional context
33+ description : Add any other context or screenshots about the feature request here.
You can’t perform that action at this time.
0 commit comments