Add a template issue for refactoring StarRocks (#1751)
This commit is contained in:
parent
a242189e25
commit
fa846b8c01
|
|
@ -0,0 +1,22 @@
|
|||
---
|
||||
name: Refactoring Request
|
||||
about: Suggest a refactoring for this project
|
||||
labels: 'type/refactoring-request'
|
||||
|
||||
---
|
||||
|
||||
<!-- (At least include the following, feel free to add if you have more content) -->
|
||||
|
||||
## Refactoring request
|
||||
|
||||
**Is your refactoring request related to a problem? Please describe.**
|
||||
<!-- A clear and concise description of what the problem is. Ex. I'm having problems reading the code/add a feature because [...] -->
|
||||
|
||||
**Describe the solution you'd like**
|
||||
<!-- A clear and concise description of the refactoring you want to. -->
|
||||
|
||||
**Describe alternatives you've considered**
|
||||
<!-- A clear and concise description of any alternative solutions or refactoring method you've considered. -->
|
||||
|
||||
**Additional context**
|
||||
<!-- Add any other context or screenshots about the refactoring request here. -->
|
||||
Loading…
Reference in New Issue