File tree Expand file tree Collapse file tree 2 files changed +45
-0
lines changed Expand file tree Collapse file tree 2 files changed +45
-0
lines changed Original file line number Diff line number Diff line change
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:
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments