From a2380bfac2d7734e3a85ad29a9eda2695a749f72 Mon Sep 17 00:00:00 2001 From: TheMagamed78 Date: Sat, 31 Jan 2026 13:18:22 +0100 Subject: [PATCH] docs: add bug report issue template This PR adds a bug report issue template to standardize how bugs are reported, ensuring all necessary environment details are included. --- .github/ISSUE_TEMPLATE/bug_report.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 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 00000000..18e4a15f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,25 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. ... +2. ... + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Environment (please complete the following information):** + - OS: [e.g. Linux/MacOS] + - Docker Version: + +**Additional context** +Add any other context about the problem here.