From 3e2259eaef56edcb21574794fe4b994a3660d9ae Mon Sep 17 00:00:00 2001 From: antebrl Date: Wed, 29 Oct 2025 22:31:52 +0100 Subject: [PATCH] feat: add issue templates for help wanted and questions --- .github/ISSUE_TEMPLATE/help_wanted.md | 29 +++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/question.md | 17 ++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/help_wanted.md create mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/help_wanted.md b/.github/ISSUE_TEMPLATE/help_wanted.md new file mode 100644 index 0000000..e5547cf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/help_wanted.md @@ -0,0 +1,29 @@ +--- +name: Help Wanted +about: Request help from the community +title: "[HELP WANTED] " +labels: "help wanted" +assignees: "" +--- + +## Help Wanted + +**What do you need help with?** + + + +**What have you tried?** + + + +**Expected outcome** + + + +**Current behavior** + + + +**Additional context** + + diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 0000000..82b8f8c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,17 @@ +--- +name: Question +about: Ask a question about the project +title: "[QUESTION] " +labels: question +assignees: "" +--- + +## Question + +**Short Summary** + + + +**Detailed Explanation** + +