From 6ddb749bc601957a18012a85af052c392695cd3c Mon Sep 17 00:00:00 2001 From: Dave Conroy Date: Sun, 2 May 2021 14:47:56 -0700 Subject: [PATCH] Add Issue Templates --- .github/FUNDING.yml | 0 .github/ISSUE_TEMPLATE/bug_report.md | 42 +++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 23 +++++++++++ .github/workflows/main.yml | 0 CHANGELOG.md | 0 Dockerfile | 0 LICENSE | 0 README.md | 0 examples/docker-compose.yml | 0 examples/post-script.sh | 0 install/etc/cont-finish.d/10-db-backup | 0 zabbix_templates/service_dbbackup.xml | 0 zabbix_templates/zabbix_agent_container.xml | 0 13 files changed, 65 insertions(+) mode change 100755 => 100644 .github/FUNDING.yml create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md mode change 100755 => 100644 .github/workflows/main.yml mode change 100755 => 100644 CHANGELOG.md mode change 100755 => 100644 Dockerfile mode change 100755 => 100644 LICENSE mode change 100755 => 100644 README.md mode change 100755 => 100644 examples/docker-compose.yml mode change 100755 => 100644 examples/post-script.sh mode change 100755 => 100644 install/etc/cont-finish.d/10-db-backup mode change 100755 => 100644 zabbix_templates/service_dbbackup.xml mode change 100755 => 100644 zabbix_templates/zabbix_agent_container.xml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml old mode 100755 new mode 100644 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** + diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml old mode 100755 new mode 100644 diff --git a/CHANGELOG.md b/CHANGELOG.md old mode 100755 new mode 100644 diff --git a/Dockerfile b/Dockerfile old mode 100755 new mode 100644 diff --git a/LICENSE b/LICENSE old mode 100755 new mode 100644 diff --git a/README.md b/README.md old mode 100755 new mode 100644 diff --git a/examples/docker-compose.yml b/examples/docker-compose.yml old mode 100755 new mode 100644 diff --git a/examples/post-script.sh b/examples/post-script.sh old mode 100755 new mode 100644 diff --git a/install/etc/cont-finish.d/10-db-backup b/install/etc/cont-finish.d/10-db-backup old mode 100755 new mode 100644 diff --git a/zabbix_templates/service_dbbackup.xml b/zabbix_templates/service_dbbackup.xml old mode 100755 new mode 100644 diff --git a/zabbix_templates/zabbix_agent_container.xml b/zabbix_templates/zabbix_agent_container.xml old mode 100755 new mode 100644