From 79e4e5b2496369efbffd1bb07f18e069ac76dbfd Mon Sep 17 00:00:00 2001 From: Midia Kiasat Date: Mon, 2 Mar 2026 20:07:18 +0100 Subject: [PATCH] chore: add classic issue template --- .github/ISSUE_TEMPLATE.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..90a722b --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,20 @@ +## Summary +Describe the problem or request. + +## Context +What system/component? Links? Versions? + +## Evidence +Logs, outputs, screenshots, repro steps. + +## Expected +What should happen? + +## Actual +What happened instead? + +## Impact +Security / compliance / reliability / UX / performance. + +## Proposed fix +If you have a direction, outline it.