diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..139a8a8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,31 @@ +--- +name: Bug report +about: Create a report to help us improve +title: 'bug: something is not working' +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**Steps To Reproduce** +Please provide the steps to reproduce the behavior (if not possible, describe as many details as possible). + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots or Data** +If applicable, add screenshots/data to help explain your problem, if this is about a query, run the CLI version with the `--debug` option and put the output in an collapsible section. +
+``` +How to do a collapsible section: +
+This is hidden until it is not! +
+``` +
+ +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..9e7532f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,14 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: 'feat: new stuff!' +labels: enhancement +assignees: '' + +--- + +**What is this feature about?** +Shortly explain what your requested feature is about. + +**Additional context/references** +Add any other context or references about the feature request here.