File tree Expand file tree Collapse file tree 2 files changed +69
-0
lines changed
Expand file tree Collapse file tree 2 files changed +69
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Bug report
2+ description : Submit a bug report related to this project
3+ title : " [BUG] "
4+ labels : ["bug", "triage"]
5+ body :
6+ - type : markdown
7+ attributes :
8+ value : |
9+ Thanks for taking the time to fill out this bug report!
10+
11+ - type : textarea
12+ id : python-vv
13+ attributes :
14+ label : Python -VV
15+ description : Run `python -VV` from your virtual environment
16+ placeholder : Copy-paste the output (no need for backticks; it will be formatted automatically)
17+ render : shell
18+ validations :
19+ required : true
20+
21+ - type : textarea
22+ id : pip-freeze
23+ attributes :
24+ label : Pip Freeze
25+ description : Run `pip freeze` from your virtual environment
26+ placeholder : Copy-paste the output (no need for backticks; it will be formatted automatically)
27+ render : shell
28+ validations :
29+ required : true
30+
31+ - type : textarea
32+ id : reproduction-steps
33+ attributes :
34+ label : Reproduction Steps
35+ description : Provide a clear and concise description of the steps that lead to your issue.
36+ placeholder : |
37+ 1. First step...
38+ 2. Step 2...
39+ ...
40+ validations :
41+ required : true
42+
43+ - type : textarea
44+ id : expected-behavior
45+ attributes :
46+ label : Expected Behavior
47+ description : Explain what you expected to happen.
48+ validations :
49+ required : true
50+
51+ - type : textarea
52+ id : additional-context
53+ attributes :
54+ label : Additional Context
55+ description : Add any context about your problem that you deem relevant.
56+
57+ - type : textarea
58+ id : suggested-solutions
59+ attributes :
60+ label : Suggested Solutions
61+ description : Please list any solutions or ideas you recommend we consider.
Original file line number Diff line number Diff line change 1+ blank_issues_enabled : true
2+ contact_links :
3+ - name : Documentation
4+ url : https://llmsql.github.io/llmsql-benchmark/
5+ about : Project documentation for LLMSQL Benchmark
6+ - name : Discord Community
7+ url : https://discord.gg/n9ygeKu6Ba
8+ about : Join the community Discord server for questions and support
You can’t perform that action at this time.
0 commit comments