Update issue templates (#150)

* Update issue template
This commit is contained in:
sduzh 2021-09-10 23:29:46 -05:00 committed by GitHub
parent a3e50c5e07
commit b573b341c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 41 additions and 1 deletions

19
.github/ISSUE_TEMPLATE/bug-report.md vendored Normal file
View File

@ -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()`

View File

@ -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.

2
.gitignore vendored
View File

@ -51,7 +51,7 @@ be/tags
#ignore vscode project file
.vscode
.*
!.gitignore
!.clang-format
!.github
build/