mirror of
https://github.com/alibaba/higress.git
synced 2026-06-08 12:17:28 +08:00
init github actions and templates (#23)
Co-authored-by: 澄潭 <zty98751@alibaba-inc.com>
This commit is contained in:
38
.github/ISSUE_TEMPLATE/BUG_REPORT.md
vendored
Normal file
38
.github/ISSUE_TEMPLATE/BUG_REPORT.md
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
---
|
||||
name: Bug Report
|
||||
about: If you would like to report a issue to Higress, please use this template.
|
||||
|
||||
|
||||
---
|
||||
|
||||
- [ ] I have searched the [issues](https://github.com/alibaba/higress/issues) of this repository and believe that this is not a duplicate.
|
||||
|
||||
### Ⅰ. Issue Description
|
||||
|
||||
|
||||
### Ⅱ. Describe what happened
|
||||
|
||||
If there is an exception, please attach the exception trace:
|
||||
|
||||
```
|
||||
Just paste your stack trace here!
|
||||
```
|
||||
|
||||
|
||||
### Ⅲ. Describe what you expected to happen
|
||||
|
||||
|
||||
### Ⅳ. How to reproduce it (as minimally and precisely as possible)
|
||||
|
||||
1. xxx
|
||||
2. xxx
|
||||
3. xxx
|
||||
|
||||
### Ⅴ. Anything else we need to know?
|
||||
|
||||
|
||||
### Ⅵ. Environment:
|
||||
|
||||
- Higress version:
|
||||
- OS :
|
||||
- Others:
|
||||
16
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
vendored
Normal file
16
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
name: Feature Request
|
||||
about: Suggest an idea for Higress
|
||||
|
||||
---
|
||||
|
||||
## Why you need it?
|
||||
Is your feature request related to a problem? Please describe in details
|
||||
|
||||
|
||||
## How it could be?
|
||||
A clear and concise description of what you want to happen. You can explain more about input of the feature, and output of it.
|
||||
|
||||
|
||||
## Other related information
|
||||
Add any other context or screenshots about the feature request here.
|
||||
Reference in New Issue
Block a user