diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json new file mode 100644 index 0000000..7cabbb4 --- /dev/null +++ b/.vs/VSWorkspaceState.json @@ -0,0 +1,8 @@ +{ + "ExpandedNodes": [ + "", + "\\dynamodb" + ], + "SelectedNode": "\\README.md", + "PreviewInSolutionExplorer": false +} \ No newline at end of file diff --git a/.vs/dynamodb-localhost/v15/.suo b/.vs/dynamodb-localhost/v15/.suo new file mode 100644 index 0000000..89ec7cf Binary files /dev/null and b/.vs/dynamodb-localhost/v15/.suo differ diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite new file mode 100644 index 0000000..b4940ba Binary files /dev/null and b/.vs/slnx.sqlite differ diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..2d1c1dd --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,19 @@ +## The problem + +Briefly describe the issue you are experiencing (or the feature you want to see added). Tell us what you were trying to do and what happened instead. Remember, an issue is not the place to ask questions. + +Before you open an issue, please check if a similar issue already exists or has been closed before. + +### When reporting a bug, please be sure to include the following: +- [ ] A descriptive title +- [ ] An *isolated* way to reproduce the behavior (example: GitHub repository with code isolated to the issue that anyone can clone to observe the problem) +- [ ] What is the version you're using, and the platform(s) you're running it on +- [ ] What packages or other dependencies you're using +- [ ] The behavior you expect to see, and the actual behavior + +### When you open an issue for a feature request, please add as much detail as possible: +- [ ] A descriptive title +- [ ] A description of the problem you're trying to solve, including *why* you think this is a problem +- [ ] An overview of the suggested solution +- [ ] If the feature changes current behavior, reasons why your solution is better +