We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1102f89 commit f13b711Copy full SHA for f13b711
.github/DISCUSSION_TEMPLATE/q-a.yml
@@ -0,0 +1,31 @@
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
14
+ label: Vector Config
15
+ description: Include the relevant section of your Vector configuration.
16
+ placeholder: |
17
+ ```
18
+ # your config
19
+ ...
20
+ render: yaml
21
22
23
+ id: logs
24
25
+ label: Vector Logs
26
+ description: Paste any relevant Vector logs or error messages.
27
28
29
+ Jul 10 14:32:02 vector[1234]: ERROR ...
30
31
+ render: shell
0 commit comments