Skip to content

Commit ef5851b

Browse files
committed
Add GitHub issue templates
Add templates to point users towards the community support channels. Signed-off-by: Ben Kochie <[email protected]>
1 parent 1dc2104 commit ef5851b

File tree

3 files changed

+73
-0
lines changed

3 files changed

+73
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve.
4+
title: ''
5+
assignees: ''
6+
---
7+
8+
<!--
9+
10+
Please do *NOT* ask usage questions in Github issues.
11+
12+
If your issue is not a feature request or bug report use our community support.
13+
14+
https://prometheus.io/community/
15+
16+
-->
17+
18+
**What did you do?**
19+
20+
**What did you expect to see?**
21+
22+
**What did you see instead? Under which circumstances?**
23+
24+
**Environment**
25+
26+
* System information:
27+
28+
insert output of `uname -srm` here
29+
30+
* postgres_exporter version:
31+
32+
insert output of `postgres_exporter --version` here
33+
34+
* postgres_exporter flags:
35+
36+
```
37+
insert list of flags used here
38+
```
39+
40+
* PostgresSQL version:
41+
42+
insert PostgreSQL version here
43+
44+
* Logs:
45+
```
46+
insert logs relevant to the issue here
47+
```

.github/ISSUE_TEMPLATE/config.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Prometheus community support
4+
url: https://prometheus.io/community/
5+
about: List of communication channels for the Prometheus community.
+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project.
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
---
8+
9+
<!--
10+
11+
Please do *NOT* ask usage questions in Github issues.
12+
13+
If your issue is not a feature request or bug report use our community support.
14+
15+
https://prometheus.io/community/
16+
17+
-->
18+
## Proposal
19+
**Use case. Why is this important?**
20+
21+
*“Nice to have” is not a good use case. :)*

0 commit comments

Comments
 (0)