From 92a5bfd6ee0bf6f9f379b720bfc57244b633021b Mon Sep 17 00:00:00 2001 From: Webysther Sperandio Date: Wed, 23 Aug 2023 05:37:29 +0200 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 37 ++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md 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.