We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1102f89 commit ffe54beCopy full SHA for ffe54be
1 file changed
.github/DISCUSSION_TEMPLATE/q-a.yml
@@ -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
12
+ label: Question
13
+ description: What are you trying to do? What issue are you encountering?
14
15
16
+ id: config
17
18
+ label: Vector Config
19
+ description: Your Vector configuration (please redact sensitive data)
20
+ placeholder: |
21
+ ```yaml
22
+ # your config
23
+ ```
24
25
26
+ id: logs
27
28
+ label: Vector Logs
29
+ description: Paste any relevant Vector logs or error messages.
30
31
+ ```sh
32
+ Jul 10 14:32:02 vector[1234]: ERROR ...
33
0 commit comments