From a31665985af50acf817a0bada76ba8c098b438e8 Mon Sep 17 00:00:00 2001 From: Dave Conroy Date: Sun, 2 May 2021 14:52:25 -0700 Subject: [PATCH] Add Issue Templates --- .github/ISSUE_TEMPLATE/bug_report.md | 42 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 23 +++++++++++++ 2 files changed, 65 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md 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** +