mirror of
https://github.com/prometheus-community/postgres_exporter
synced 2025-04-01 22:48:15 +00:00
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:
parent
1dc210476e
commit
ef5851b80f
47
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
47
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal 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
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal 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.
|
21
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
21
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal 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. :)*
|
Loading…
Reference in New Issue
Block a user