mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
github: add a Question issue type (#3901)
Signed-off-by: hagen1778 <roman@victoriametrics.com>
This commit is contained in:
parent
62beea23f7
commit
0d8f80ce90
1 changed files with 32 additions and 0 deletions
32
.github/ISSUE_TEMPLATE/question.yml
vendored
Normal file
32
.github/ISSUE_TEMPLATE/question.yml
vendored
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
name: Question
|
||||||
|
description: Ask a question regarding VictoriaMetrics or its components
|
||||||
|
labels: [question]
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
id: describe-the-component
|
||||||
|
attributes:
|
||||||
|
label: Is your question request related to a specific component?
|
||||||
|
placeholder: |
|
||||||
|
VictoriaMetrics, vmagent, vmalert, vmui, etc...
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
- type: textarea
|
||||||
|
id: describe-the-question
|
||||||
|
attributes:
|
||||||
|
label: Describe the question in detail
|
||||||
|
description: |
|
||||||
|
A clear and concise description of the issue and the question.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: checkboxes
|
||||||
|
id: troubleshooting
|
||||||
|
attributes:
|
||||||
|
label: Troubleshooting docs
|
||||||
|
description: I am familiar with the following troubleshooting docs
|
||||||
|
options:
|
||||||
|
- label: [General troubleshooting](https://docs.victoriametrics.com/Troubleshooting.html)
|
||||||
|
required: false
|
||||||
|
- label: [vmagent troubleshooting](https://docs.victoriametrics.com/vmagent.html#troubleshooting)
|
||||||
|
required: false
|
||||||
|
- label: [vmalert troubleshooting](https://docs.victoriametrics.com/vmalert.html#troubleshooting)
|
||||||
|
required: false
|
Loading…
Reference in a new issue