mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
24 lines
645 B
YAML
24 lines
645 B
YAML
|
---
|
||
|
name: Feature request
|
||
|
description: Suggest an idea for this project.
|
||
|
body:
|
||
|
- type: markdown
|
||
|
attributes:
|
||
|
value: >-
|
||
|
Please do *NOT* ask support questions in Github issues.
|
||
|
|
||
|
|
||
|
If your issue is not a feature request or bug report use
|
||
|
our [community support](https://prometheus.io/community/).
|
||
|
|
||
|
|
||
|
There is also [commercial
|
||
|
support](https://prometheus.io/support-training/) available.
|
||
|
- type: textarea
|
||
|
attributes:
|
||
|
label: Proposal
|
||
|
description: Use case. Why is this important?
|
||
|
placeholder: “Nice to have” is not a good use case. :)
|
||
|
validations:
|
||
|
required: true
|