added gitlab specific issue templates
This commit is contained in:
35
.gitlab/issue_templates/Bug Report.md
Normal file
35
.gitlab/issue_templates/Bug Report.md
Normal file
@@ -0,0 +1,35 @@
|
|||||||
|
<!-- Labels: kind/bug, status/triage -->
|
||||||
|
|
||||||
|
Please provide as much detail as possible so we can reproduce and fix the issue!
|
||||||
|
|
||||||
|
## Description
|
||||||
|
|
||||||
|
<!-- What is currently happening? -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## Steps to Reproduce
|
||||||
|
|
||||||
|
<!--
|
||||||
|
1. Go to '...'
|
||||||
|
2. Click on '...'
|
||||||
|
3. See error
|
||||||
|
-->
|
||||||
|
|
||||||
|
1.
|
||||||
|
2.
|
||||||
|
3.
|
||||||
|
|
||||||
|
## Environment
|
||||||
|
|
||||||
|
<!-- Which browser/OS are you using? (e.g., Chrome on Windows 11) -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## Relevant Log Output
|
||||||
|
|
||||||
|
<!-- Please paste any error logs or console output here. -->
|
||||||
|
|
||||||
|
```
|
||||||
|
(paste logs here)
|
||||||
|
```
|
||||||
27
.gitlab/issue_templates/Feature Request.md
Normal file
27
.gitlab/issue_templates/Feature Request.md
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
<!-- Labels: kind/feature, status/triage -->
|
||||||
|
|
||||||
|
Thanks for taking the time to suggest a new feature!
|
||||||
|
|
||||||
|
## Is your feature request related to a problem?
|
||||||
|
|
||||||
|
<!-- 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. -->
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user