mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-25 13:44:05 -08:00
Update issue templates
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
This commit is contained in:
parent
fafb7940b1
commit
ac30d54e89
|
@ -1,3 +1,12 @@
|
|||
---
|
||||
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.
|
||||
|
@ -10,12 +19,7 @@
|
|||
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 expect to see?**
|
||||
|
@ -47,8 +51,6 @@ insert configuration here (if relevant to the issue)
|
|||
```
|
||||
|
||||
|
||||
|
||||
|
||||
* Logs:
|
||||
```
|
||||
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.
|
25
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
25
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
|
@ -0,0 +1,25 @@
|
|||
---
|
||||
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