Skip to content

Commit 1720078

Browse files
committed
chore(dev): new discussions q-a template
1 parent 1102f89 commit 1720078

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.github/DISCUSSION_TEMPLATE/q-a.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
title: "Q&A"
2+
labels: [ q-a ]
3+
body:
4+
- type: input
5+
id: question
6+
attributes:
7+
label: Question
8+
description: Question
9+
placeholder:
10+
11+
- type: textarea
12+
id: config
13+
attributes:
14+
label: Vector Config
15+
description: Your Vector configuration (please redact sensitive data)
16+
placeholder: |
17+
```yaml
18+
# your config
19+
```
20+
21+
- type: textarea
22+
id: logs
23+
attributes:
24+
label: Vector Logs
25+
description: Paste any relevant Vector logs or error messages.
26+
placeholder: |
27+
```sh
28+
Jul 10 14:32:02 vector[1234]: ERROR ...
29+
```

0 commit comments

Comments
 (0)