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