-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbug_report.yml
More file actions
129 lines (118 loc) · 3.29 KB
/
Copy pathbug_report.yml
File metadata and controls
129 lines (118 loc) · 3.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
name: Bug Report
description: File a bug report to help us improve
title: "[Bug]: "
labels: ["bug", "triage"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report! Please provide as much detail as possible.
- type: dropdown
id: role
attributes:
label: Which role is affected?
description: Select the role where you encountered the bug
options:
- Alloy (Grafana Alloy)
- DO (DigitalOcean Agent)
- Tailscale
- Collection (general)
- Not sure
validations:
required: true
- type: textarea
id: description
attributes:
label: Bug Description
description: A clear and concise description of what the bug is
placeholder: What happened?
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected Behavior
description: What did you expect to happen?
placeholder: What should have happened?
validations:
required: true
- type: textarea
id: steps
attributes:
label: Steps to Reproduce
description: Steps to reproduce the behavior
placeholder: |
1. Install role with '...'
2. Run playbook with '...'
3. See error
validations:
required: true
- type: textarea
id: playbook
attributes:
label: Playbook/Configuration
description: Please provide the relevant parts of your playbook or role configuration
render: yaml
placeholder: |
- hosts: all
roles:
- role: arillso.agent.alloy
vars:
alloy_prometheus_enabled: true
- type: textarea
id: logs
attributes:
label: Error Output/Logs
description: If applicable, paste any error messages or relevant logs
render: shell
placeholder: Paste error output here
- type: input
id: version
attributes:
label: Collection Version
description: What version of arillso.agent are you using?
placeholder: e.g., 1.0.0
validations:
required: true
- type: input
id: ansible-version
attributes:
label: Ansible Version
description: Output of `ansible --version`
placeholder: e.g., ansible [core 2.15.0]
validations:
required: true
- type: dropdown
id: os
attributes:
label: Operating System
description: Which OS are you running on?
options:
- Ubuntu 20.04
- Ubuntu 22.04
- Ubuntu 24.04
- Debian 11
- Debian 12
- RHEL/CentOS 8
- RHEL/CentOS 9
- Other (please specify in description)
validations:
required: true
- type: textarea
id: additional
attributes:
label: Additional Context
description: Add any other context about the problem here
placeholder: Any additional information that might help
- type: checkboxes
id: terms
attributes:
label: Checklist
description: Please confirm the following
options:
- label: I have searched existing issues to avoid duplicates
required: true
- label: I have provided all requested information
required: true
- label: I am using a supported platform and Ansible version
required: true