File tree Expand file tree Collapse file tree 4 files changed +102
-0
lines changed
Expand file tree Collapse file tree 4 files changed +102
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ name : Bug report
3+ about : Create a bug report to help us improve dask-sql
4+ title : " [BUG]"
5+ labels : " bug"
6+ assignees : ' '
7+
8+ ---
9+
10+ <!-- Please include a self-contained copy-pastable example that generates the issue if possible.
11+
12+ Please be concise with code posted. See guidelines below on how to provide a good bug report:
13+
14+ - Craft Minimal Bug Reports http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports
15+ - Minimal Complete Verifiable Examples https://stackoverflow.com/help/mcve
16+
17+ Bug reports that follow these guidelines are easier to diagnose, and so are often handled much more quickly.
18+ -->
19+
20+ ** What happened** :
21+
22+ ** What you expected to happen** :
23+
24+ ** Minimal Complete Verifiable Example** :
25+
26+ ``` python
27+ # Put your MCVE code here
28+ ```
29+
30+ ** Anything else we need to know?** :
31+
32+ ** Environment** :
33+
34+ - dask-sql version:
35+ - Python version:
36+ - Operating System:
37+ - Install method (conda, pip, source):
Original file line number Diff line number Diff line change 1+ ---
2+ name : Documentation request
3+ about : Report incorrect or needed documentation
4+ title : " [DOC]"
5+ labels : " documentation"
6+ assignees : ' '
7+
8+ ---
9+
10+ ## Report incorrect documentation
11+
12+ ** Location of incorrect documentation**
13+ Provide links and line numbers if applicable.
14+
15+ ** Describe the problems or issues found in the documentation**
16+ A clear and concise description of what you found to be incorrect.
17+
18+ ** Steps taken to verify documentation is incorrect**
19+ List any steps you have taken:
20+
21+ ** Suggested fix for documentation**
22+ Detail proposed changes to fix the documentation if you have any.
23+
24+ ---
25+
26+ ## Report needed documentation
27+
28+ ** Report needed documentation**
29+ A clear and concise description of what documentation you believe it is needed and why.
30+
31+ ** Describe the documentation you'd like**
32+ A clear and concise description of what you want to happen.
33+
34+ ** Steps taken to search for needed documentation**
35+ List any steps you have taken:
Original file line number Diff line number Diff line change 1+ ---
2+ name : Feature request
3+ about : Suggest an idea for dask-sql
4+ title : " [ENH]"
5+ labels : " enhancement"
6+ assignees : ' '
7+
8+ ---
9+
10+ ** Is your feature request related to a problem? Please describe.**
11+ A clear and concise description of what the problem is. Ex. I wish I could use dask-sql to do [ ...]
12+
13+ ** Describe the solution you'd like**
14+ A clear and concise description of what you want to happen.
15+
16+ ** Describe alternatives you've considered**
17+ A clear and concise description of any alternative solutions or features you've considered.
18+
19+ ** Additional context**
20+ Add any other context, code examples, or references to existing implementations about the feature request here.
Original file line number Diff line number Diff line change 1+ ---
2+ name : Submit question
3+ about : Ask a general question about dask-sql
4+ title : " [QST]"
5+ labels : " question"
6+ assignees : ' '
7+
8+ ---
9+
10+ ** What is your question?**
You can’t perform that action at this time.
0 commit comments