|
|
@@ -0,0 +1,35 @@
|
|
|
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
|
+**Describe the bug**
|
|
|
11
|
+A clear and concise description of what the bug is.
|
|
|
12
|
+
|
|
|
13
|
+**Describe the environment**
|
|
|
14
|
+ - Install environment: docker, docker swarm, podman, kubernetes, or package
|
|
|
15
|
+ - If available, the `docker-compose.yaml` file
|
|
|
16
|
+ - If package, we need the distribution and release: Ubuntu 22.04, Debian 11, ...
|
|
|
17
|
+ - Or if you're running the plain binary, how you're running it
|
|
|
18
|
+ - In any case, you have to specify the version in use
|
|
|
19
|
+
|
|
|
20
|
+**How to Reproduce the bug**
|
|
|
21
|
+Steps to reproduce the behavior:
|
|
|
22
|
+1. Given the previously described environment
|
|
|
23
|
+2. Do this and that
|
|
|
24
|
+3. I get this error
|
|
|
25
|
+
|
|
|
26
|
+**Expected behavior**
|
|
|
27
|
+This should happen instead.
|
|
|
28
|
+
|
|
|
29
|
+**Additional context**
|
|
|
30
|
+Add any other context about the problem here.
|
|
|
31
|
+
|
|
|
32
|
+**Notes**
|
|
|
33
|
+ - Please write in english only. If you provide some images in different languages, you're required to write a translation in english.
|
|
|
34
|
+ - In any case, **NEVER** put here the content if your `id_ed25519` file
|
|
|
35
|
+
|