diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..8b62412 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,37 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG]" +labels: '' +assignees: webysther + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**dotenv** +```env +# configuration without sensitive data +``` + +**docker compose** +```yml +# full file +``` + +**logs** +```sh +# docker-compose logs --no-color >& logs.txt +``` + +**To Reproduce** +```sh +# command executed or platform used (portainer/rancher) +``` + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Additional context** +Add any other context about the problem here.