From 7f769414cc89ee1286c403dbfbd69e4fb127cbfb Mon Sep 17 00:00:00 2001 From: SuperDooper <37051355+superdooper86@users.noreply.github.com> Date: Fri, 8 May 2026 11:23:45 +0200 Subject: [PATCH] chore: add bug report issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 30 ++++++++++++++++++++++++++++ 1 file changed, 30 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..6e72087 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,30 @@ +--- +name: Bug report +about: Report something that isn't working correctly +title: '' +labels: bug +assignees: '' +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behaviour: +1. +2. +3. + +**Expected behaviour** +What you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Environment** +- macOS version: [e.g. Sequoia 15.4] +- ClaudeChecker version: [e.g. 1.1.3] +- Claude plan: [e.g. Pro, Max] + +**Additional context** +Any other context about the problem here.