File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : Bug Report
2+ description : File a bug report to help us improve
3+ labels : ["bug"]
4+ body :
5+ - type : markdown
6+ attributes :
7+ value : |
8+ Thanks for taking the time to fill out this bug report!
9+
10+ - Check to make sure someone hasn't already opened a similar [issue](https://github.com/bytebase/sqlchat/issues).
11+ - type : textarea
12+ attributes :
13+ label : Describe the bug
14+ description : A clear and concise description of what the bug is.
15+ validations :
16+ required : true
17+ - type : textarea
18+ attributes :
19+ label : To reproduce
20+ description : A code snippet to reproduce the problem described above.
21+ validations :
22+ required : true
23+ - type : textarea
24+ attributes :
25+ label : Additional context
26+ description : Add any other context, screenshots, videos or log files about the bug.
27+ validations :
28+ required : false
Original file line number Diff line number Diff line change 1+ name : Feature Request
2+ description : Suggest an idea for this project
3+ labels : [enhancement]
4+ body :
5+ - type : markdown
6+ attributes :
7+ value : |
8+ Thanks for taking the time to suggest an idea for SQL Chat!
9+ - type : textarea
10+ attributes :
11+ label : Is your feature request related to a problem?
12+ description : |
13+ A clear and concise description of what the problem is.
14+ placeholder : |
15+ I'm always frustrated when [...]
16+ validations :
17+ required : true
18+ - type : textarea
19+ attributes :
20+ label : Describe the solution you'd like
21+ description : |
22+ A clear and concise description of what you want to happen.
23+ validations :
24+ required : true
25+ - type : textarea
26+ attributes :
27+ label : Additional context
28+ description : Add any other context or screenshots about the feature request.
You can’t perform that action at this time.
0 commit comments