Update issue templates

Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
This commit is contained in:
Julien Pivotto 2020-01-22 23:32:42 +01:00 committed by Julien Pivotto
parent fafb7940b1
commit ac30d54e89
3 changed files with 42 additions and 7 deletions

View file

@ -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. Please do *NOT* ask usage questions in Github issues.
@ -10,12 +19,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 +51,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
View 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.

View 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. :)*