mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-25 21:54:10 -08:00
Merge pull request #6683 from roidelapluie/issue
Update issue templates
This commit is contained in:
commit
ad1518c629
|
@ -1,3 +1,11 @@
|
||||||
|
---
|
||||||
|
name: Bug report
|
||||||
|
about: Create a report to help us improve.
|
||||||
|
title: ''
|
||||||
|
labels: kind/bug
|
||||||
|
assignees: ''
|
||||||
|
---
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
Please do *NOT* ask usage questions in Github issues.
|
Please do *NOT* ask usage questions in Github issues.
|
||||||
|
@ -10,12 +18,7 @@
|
||||||
You can find more information at: https://prometheus.io/community/
|
You can find more information at: https://prometheus.io/community/
|
||||||
|
|
||||||
-->
|
-->
|
||||||
## Proposal
|
|
||||||
**Use case. Why is this important?**
|
|
||||||
|
|
||||||
*“Nice to have” is not a good use case. :)*
|
|
||||||
|
|
||||||
## Bug Report
|
|
||||||
**What did you do?**
|
**What did you do?**
|
||||||
|
|
||||||
**What did you expect to see?**
|
**What did you expect to see?**
|
||||||
|
@ -47,8 +50,6 @@ insert configuration here (if relevant to the issue)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
* Logs:
|
* Logs:
|
||||||
```
|
```
|
||||||
insert Prometheus and Alertmanager logs relevant to the issue here
|
insert Prometheus and Alertmanager logs relevant to the issue here
|
8
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
8
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
blank_issues_enabled: false
|
||||||
|
contact_links:
|
||||||
|
- name: Users mailing list
|
||||||
|
url: https://groups.google.com/forum/#!forum/prometheus-users
|
||||||
|
about: Please ask and answer usage questions here.
|
||||||
|
- name: Prometheus community
|
||||||
|
url: https://prometheus.io/community/
|
||||||
|
about: List of communication channels for the Prometheus community.
|
24
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
24
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
---
|
||||||
|
name: Feature request
|
||||||
|
about: Suggest an idea for this project.
|
||||||
|
title: ''
|
||||||
|
labels: ''
|
||||||
|
assignees: ''
|
||||||
|
---
|
||||||
|
|
||||||
|
<!--
|
||||||
|
|
||||||
|
Please do *NOT* ask usage questions in Github issues.
|
||||||
|
|
||||||
|
If your issue is not a feature request or bug report use:
|
||||||
|
https://groups.google.com/forum/#!forum/prometheus-users. If
|
||||||
|
you are unsure whether you hit a bug, search and ask in the
|
||||||
|
mailing list first.
|
||||||
|
|
||||||
|
You can find more information at: https://prometheus.io/community/
|
||||||
|
|
||||||
|
-->
|
||||||
|
## Proposal
|
||||||
|
**Use case. Why is this important?**
|
||||||
|
|
||||||
|
*“Nice to have” is not a good use case. :)*
|
Loading…
Reference in a new issue