File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed
.github/DISCUSSION_TEMPLATE Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change 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+ ```
You can’t perform that action at this time.
0 commit comments