Skip to content

Commit 490888c

Browse files
authored
Update issue templates
1 parent 107c1e0 commit 490888c

File tree

2 files changed

+76
-0
lines changed

2 files changed

+76
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
<!--
11+
The resources of our team are limited.
12+
If you want to speed up fixing the problem, please follow the guidelines below.
13+
It will help us to understand and reproduce the issue and to find a solution faster.
14+
-->
15+
16+
### Steps to reproduce
17+
18+
<!--
19+
⚠️ Important: Problem Reproduction Steps ⚠️
20+
To help us investigate and fix your issue effectively, we need clear reproduction steps.
21+
Include relevant code snippets and descriptions that demonstrate the problem.
22+
-->
23+
24+
docker-compose.yml
25+
```yaml
26+
27+
```
28+
29+
```go
30+
// Your reproduction code goes here
31+
```
32+
33+
### Expected behavior
34+
35+
<!-- What should happen -->
36+
37+
### Actual behavior
38+
39+
<!-- What happens instead -->
40+
41+
### Possible solution
42+
43+
<!-- Consider submitting a pull request - it will help us provide faster feedback on your solution. -->
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
## Feature request
11+
12+
<!--
13+
The resources of our team are limited. If you want to
14+
We will be able to help you faster if you follow the guidelines below.
15+
It will help us to understand and reproduce the issue and to find a solution faster.
16+
-->
17+
18+
### Description
19+
20+
<!-- Describe the new feature clearly and concisely -->
21+
22+
### Example use case
23+
24+
<!--
25+
Provide an example of how you would use this feature.
26+
It will help us to understand the context of the request and to find the best solution.
27+
-->
28+
29+
#### How it can look like in code
30+
31+
```go
32+
33+
```

0 commit comments

Comments
 (0)