Add GitHub issue templates

Add templates to point users towards the community support channels.

Signed-off-by: Ben Kochie <superq@gmail.com>
This commit is contained in:
Ben Kochie 2021-04-12 09:25:15 +02:00
parent 1dc210476e
commit ef5851b80f
No known key found for this signature in database
GPG Key ID: C646B23C9E3245F1
3 changed files with 73 additions and 0 deletions

47
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,47 @@
---
name: Bug report
about: Create a report to help us improve.
title: ''
assignees: ''
---
<!--
Please do *NOT* ask usage questions in Github issues.
If your issue is not a feature request or bug report use our community support.
https://prometheus.io/community/
-->
**What did you do?**
**What did you expect to see?**
**What did you see instead? Under which circumstances?**
**Environment**
* System information:
insert output of `uname -srm` here
* postgres_exporter version:
insert output of `postgres_exporter --version` here
* postgres_exporter flags:
```
insert list of flags used here
```
* PostgresSQL version:
insert PostgreSQL version here
* Logs:
```
insert logs relevant to the issue here
```

5
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Prometheus community support
url: https://prometheus.io/community/
about: List of communication channels for the Prometheus community.

View File

@ -0,0 +1,21 @@
---
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 our community support.
https://prometheus.io/community/
-->
## Proposal
**Use case. Why is this important?**
*“Nice to have” is not a good use case. :)*