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 1720078Copy full SHA for 1720078
.github/DISCUSSION_TEMPLATE/q-a.yml
@@ -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
14
+ label: Vector Config
15
+ description: Your Vector configuration (please redact sensitive data)
16
+ placeholder: |
17
+ ```yaml
18
+ # your config
19
+ ```
20
21
22
+ id: logs
23
24
+ label: Vector Logs
25
+ description: Paste any relevant Vector logs or error messages.
26
27
+ ```sh
28
+ Jul 10 14:32:02 vector[1234]: ERROR ...
29
0 commit comments