parent
a3e50c5e07
commit
b573b341c7
|
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
labels: 'type/bug'
|
||||
|
||||
---
|
||||
|
||||
### Steps to reproduce the behavior (Required)
|
||||
1. CREATE TABLE '...'
|
||||
2. INSERT INTO '....'
|
||||
3. SELECT '....'
|
||||
|
||||
|
||||
### Expected behavior (Required)
|
||||
|
||||
### Real behavior (Required)
|
||||
|
||||
### StarRocks version (Required)
|
||||
- You can get the StarRocks version by executing SQL `select current_version()`
|
||||
|
|
@ -0,0 +1,21 @@
|
|||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
labels: 'type/feature-request'
|
||||
|
||||
---
|
||||
|
||||
## Feature request
|
||||
|
||||
**Is your feature request related to a problem? Please describe.**
|
||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||
|
||||
**Describe the solution you'd like**
|
||||
A clear and concise description of what you want to happen.
|
||||
|
||||
**Describe alternatives you've considered**
|
||||
A clear and concise description of any alternative solutions or features you've considered.
|
||||
|
||||
**Additional context**
|
||||
Add any other context or screenshots about the feature request here.
|
||||
|
||||
|
|
@ -51,7 +51,7 @@ be/tags
|
|||
|
||||
#ignore vscode project file
|
||||
.vscode
|
||||
.*
|
||||
!.gitignore
|
||||
!.clang-format
|
||||
!.github
|
||||
build/
|
||||
|
|
|
|||
Loading…
Reference in New Issue