Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 47 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -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 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -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 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -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. :)*