Skip to content

Commit 90984d8

Browse files
authored
Add issue templates (denodrivers#449)
* chore: add github issue templates * chore: fix with deno fmt
1 parent da5509e commit 90984d8

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed

.github/ISSUE_TEMPLATES/bug_report.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us fix and improve
4+
title: ""
5+
labels: ""
6+
assignees: ""
7+
---
8+
9+
**Describe the bug** A clear and concise description of what the bug is.
10+
11+
**To Reproduce** Steps to reproduce the behavior:
12+
13+
1. Go to '...'
14+
2. Click on '....'
15+
3. Scroll down to '....'
16+
4. See error
17+
18+
**Expected behavior** A clear and concise description of what you expected to
19+
happen.
20+
21+
**Screenshots** If applicable, add screenshots to help explain your problem.
22+
23+
**Additional context** If applicable, add any other context about the problem
24+
here.
25+
26+
- deno-postgres version:
27+
- deno version:
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.** A clear and
11+
concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like** A clear and concise description of what you
14+
want to happen.
15+
16+
**Describe alternatives you've considered** A clear and concise description of
17+
any alternative solutions or features you've considered.
18+
19+
**Additional context** Add any other context or screenshots about the feature
20+
request here.

0 commit comments

Comments
 (0)