Merge pull request #6683 from roidelapluie/issue

Update issue templates
This commit is contained in:
Bartlomiej Plotka 2020-01-29 13:35:46 +00:00 committed by GitHub
commit ad1518c629
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 40 additions and 7 deletions

View file

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