From df108a3363b78cd461e95db1ddefe1dc2dbfb6c7 Mon Sep 17 00:00:00 2001 From: Abhinav Raut Date: Wed, 23 Jul 2025 00:14:16 +0530 Subject: [PATCH] feat: add confirmed and possible bug report templates --- .github/ISSUE_TEMPLATE/confirmed-bug.md | 17 +++++++++++++++++ .github/ISSUE_TEMPLATE/possible-bug.md | 16 ++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/confirmed-bug.md create mode 100644 .github/ISSUE_TEMPLATE/possible-bug.md diff --git a/.github/ISSUE_TEMPLATE/confirmed-bug.md b/.github/ISSUE_TEMPLATE/confirmed-bug.md new file mode 100644 index 00000000..89d57f5f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/confirmed-bug.md @@ -0,0 +1,17 @@ +```markdown +--- +name: Confirmed Bug Report +about: Report a confirmed bug in Libredesk +title: "[Bug] " +labels: bug +assignees: "" +--- + +**Version:** +- libredesk: [eg: v0.7.0] + +**Description of the bug and steps to reproduce:** +A clear and concise description of what the bug is. + +**Logs / Screenshots:** +Attach any relevant logs or screenshots to help diagnose the issue. diff --git a/.github/ISSUE_TEMPLATE/possible-bug.md b/.github/ISSUE_TEMPLATE/possible-bug.md new file mode 100644 index 00000000..2e9f9275 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/possible-bug.md @@ -0,0 +1,16 @@ +--- +name: Possible Bug Report +about: Something in Libredesk might be broken but needs confirmation +title: "[Possible Bug] " +labels: bug, needs-investigation +assignees: "" +--- + +**Version:** + - libredesk: [eg: v0.7.0] + +**Description of the bug and steps to reproduce:** +A clear and concise description of what the bug is. + +**Logs / Screenshots:** +Attach any relevant logs or screenshots to help diagnose the issue. \ No newline at end of file