Add Issue Templates

This commit is contained in:
Dave Conroy
2021-05-02 14:47:56 -07:00
parent fb299c41dd
commit 6ddb749bc6
13 changed files with 65 additions and 0 deletions

0
.github/FUNDING.yml vendored Executable file → Normal file
View File

42
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@@ -0,0 +1,42 @@
---
name: Bug report
about: If something isn't working right..
title: ''
labels: bug
assignees: ''
---
### Summary
<!-- Summarize the bug encountered -->
### Steps to reproduce
<!-- Describe how one can reproduce the issue - this is very important. Please use an ordered list. -->
### What is the expected *correct* behavior?
<!-- Describe what should be seen instead. -->
### Relevant logs and/or screenshots
<!-- Paste any relevant logs - please use code blocks (```) to format console output, logs, and code as it's tough to read otherwise. -->
### Environment
<!--Your Configuration (please complete the following information): -->
- Image version / tag:
- Host OS:
<details>
<summary>Any logs | docker-compose.yml</summary>
</details>
<!-- Include anything additional -->
### Possible fixes
<!-- If you can, provide details to the root cause that might be responsible for the problem. -->

View File

@@ -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**
<!-- A clear description of the feature you'd like implemented -->
**Benftits of feature**
<!-- Explain the measurable benefits this feature would achieve. -->
**Additional context**
<!--Add any other context or screenshots about the feature request here. -->

0
.github/workflows/main.yml vendored Executable file → Normal file
View File

0
CHANGELOG.md Executable file → Normal file
View File

0
Dockerfile Executable file → Normal file
View File

0
LICENSE Executable file → Normal file
View File

0
README.md Executable file → Normal file
View File

0
examples/docker-compose.yml Executable file → Normal file
View File

0
examples/post-script.sh Executable file → Normal file
View File

0
install/etc/cont-finish.d/10-db-backup Executable file → Normal file
View File

0
zabbix_templates/service_dbbackup.xml Executable file → Normal file
View File

0
zabbix_templates/zabbix_agent_container.xml Executable file → Normal file
View File