Skip to content

Commit ad39495

Browse files
authored
Update issue templates (#853)
1 parent a41e41d commit ad39495

2 files changed

Lines changed: 37 additions & 0 deletions

File tree

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
name: Something is broken
3+
about: Something isn't working as expected
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
type: Bug
8+
9+
---
10+
11+
**PgDog version**
12+
e.g., `v0.1.34` or `a41e41d1`
13+
14+
**Description**
15+
What happened and what should have happened instead.
16+
17+
**Logs**
18+
Attach trace logs, if the issue can be reproduced locally. To get trace logs, set `RUST_LOG=trace`, e.g.:
19+
20+
```bash
21+
export RUST_LOG=trace
22+
cargo run
23+
```
24+
25+
**Configuration**
26+
Include relevant (or all) PgDog settings from `pgdog.toml` and `users.toml`. Redact passwords and other sensitive info.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
name: Something is missing
3+
about: Missing feature that you need
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
type: Feature
8+
9+
---
10+
11+
Tell us what you'd like to be added to PgDog.

0 commit comments

Comments
 (0)