Skip to content

Commit f2f1ad0

Browse files
committed
chore: add issue templates
1 parent 5e00485 commit f2f1ad0

File tree

3 files changed

+49
-0
lines changed

3 files changed

+49
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
name: "\U0001F41E Bug Report"
3+
about: "If something isn't working as expected \U0001F914."
4+
title: ''
5+
labels: 'i: bug, i: needs triage'
6+
assignees: ''
7+
8+
---
9+
10+
**What steps will reproduce the bug? (please provide code snippet if relevant)**
11+
12+
1. step 1
13+
2. step 2
14+
3. ...
15+
16+
**What happens?**
17+
18+
...
19+
20+
**What did you expect to happen instead?**
21+
22+
...
23+
24+
### Information about your environment
25+
26+
* postgresql_embedded version: [REQUIRED] (e.g. "0.14.2")
27+
* Database version: [REQUIRED] (e.g. "16.4.0")
28+
* Operating system: [REQUIRED]

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: "\U00002728 Feature Request"
3+
about: "I have a suggestion (and may want to implement it \U0001F642)!"
4+
title: ''
5+
labels: 'i: enhancement, i: needs triage'
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context about the feature request here.

0 commit comments

Comments
 (0)