File tree Expand file tree Collapse file tree 2 files changed +76
-0
lines changed Expand file tree Collapse file tree 2 files changed +76
-0
lines changed Original file line number Diff line number Diff line change
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. -->
Original file line number Diff line number Diff line change
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
+ ```
You can’t perform that action at this time.
0 commit comments