diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..10c8043 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,42 @@ +--- +name: Bug report +about: If something isn't working right.. +title: '' +labels: bug +assignees: '' + +--- + +### Summary + + + + +### Steps to reproduce + + + + +### What is the expected *correct* behavior? + + + + +### Relevant logs and/or screenshots + + + +### Environment + + +- Image version / tag: +- Host OS: + +
+Any logs | docker-compose.yml +
+ + + +### Possible fixes + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..3ae786b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,23 @@ +--- +name: Feature request +about: Suggest an idea or feature +title: '' +labels: enhancement +assignees: '' + +--- + +--- +name: Feature Request +about: Suggest an idea for this project + +--- + +**Description of the feature** + + +**Benftits of feature** + + +**Additional context** +