Skip to content

Commit 324f9ce

Browse files
committed
Add issue templates
1 parent 2138dcb commit 324f9ce

File tree

2 files changed

+45
-0
lines changed

2 files changed

+45
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Bug Report
3+
about: Submit a bug report
4+
labels: ["bug"]
5+
6+
---
7+
8+
**Describe the bug**
9+
<!--- A clear and concise description of what the bug is. --->
10+
11+
**Steps to reproduce**
12+
<!--- Provide a detailed list of steps to reproduce the issue: --->
13+
14+
**Expected behavior**
15+
<!--- A clear and concise description of what you expected to happen. --->
16+
17+
**Environment information:**
18+
- OS:
19+
- IDE version:
20+
- plugin version:
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: Feature Request
2+
description: Request a new feature that you would like to be part of the DynamoDB plugin.
3+
labels: "enhancement"
4+
body:
5+
- type: textarea
6+
attributes:
7+
label: Is your feature request related to a problem?
8+
description: |
9+
A clear and concise description of what the problem is.
10+
validations:
11+
required: true
12+
- type: textarea
13+
attributes:
14+
label: Describe the solution you'd like
15+
description: |
16+
A clear and concise description of what you want to happen.
17+
validations:
18+
required: true
19+
- type: textarea
20+
attributes:
21+
label: Additional context
22+
description: |
23+
Add any other context or screenshots about the feature request here.
24+
validations:
25+
required: false

0 commit comments

Comments
 (0)