Skip to content

Commit ffe54be

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

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

.github/DISCUSSION_TEMPLATE/q-a.yml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
title: "Q&A"
2+
labels: [ q-a ]
3+
body:
4+
- type: markdown
5+
attributes:
6+
value: |
7+
Please fill out the following fields to help us assist you effectively.
8+
9+
- type: textarea
10+
id: question
11+
attributes:
12+
label: Question
13+
description: What are you trying to do? What issue are you encountering?
14+
15+
- type: textarea
16+
id: config
17+
attributes:
18+
label: Vector Config
19+
description: Your Vector configuration (please redact sensitive data)
20+
placeholder: |
21+
```yaml
22+
# your config
23+
```
24+
25+
- type: textarea
26+
id: logs
27+
attributes:
28+
label: Vector Logs
29+
description: Paste any relevant Vector logs or error messages.
30+
placeholder: |
31+
```sh
32+
Jul 10 14:32:02 vector[1234]: ERROR ...
33+
```

0 commit comments

Comments
 (0)