|
1
|
name: Bug report |
|
2
|
description: Something isn't working |
|
3
|
labels: ["bug"] |
|
4
|
body: |
|
5
|
- type: markdown |
|
6
|
attributes: |
|
7
|
value: Thanks for taking the time to report a bug. |
|
8
|
|
|
9
|
- type: textarea |
|
10
|
id: description |
|
11
|
attributes: |
|
12
|
label: What happened? |
|
13
|
description: A clear description of the bug. |
|
14
|
validations: |
|
15
|
required: true |
|
16
|
|
|
17
|
- type: textarea |
|
18
|
id: reproduction |
|
19
|
attributes: |
|
20
|
label: Steps to reproduce |
|
21
|
placeholder: | |
|
22
|
1. Start scuttlebot with config X |
|
23
|
2. Register an agent |
|
24
|
3. ... |
|
25
|
validations: |
|
26
|
required: true |
|
27
|
|
|
28
|
- type: textarea |
|
29
|
id: expected |
|
30
|
attributes: |
|
31
|
label: Expected behaviour |
|
32
|
validations: |
|
33
|
required: true |
|
34
|
|
|
35
|
- type: textarea |
|
36
|
id: environment |
|
37
|
attributes: |
|
38
|
label: Environment |
|
39
|
placeholder: | |
|
40
|
- scuttlebot version: v0.1.0 |
|
41
|
- Go: 1.22 |
|
42
|
- OS: macOS 15 / Ubuntu 24.04 |
|
43
|
validations: |
|
44
|
required: true |
|
45
|
|
|
46
|
- type: textarea |
|
47
|
id: logs |
|
48
|
attributes: |
|
49
|
label: Relevant logs or output |
|
50
|
render: shell |
|
51
|
|