From 27bee73078c2dc8e1ccea832706f415e2b1d481f Mon Sep 17 00:00:00 2001 From: Double Shot <140751740+0xDoubleShot@users.noreply.github.com> Date: Sun, 28 Sep 2025 23:46:49 +0300 Subject: [PATCH 1/3] Create bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 22 ++++++++++++++++++++++ 1 file changed, 22 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..ce694f3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,22 @@ +--- +name: Bug report +about: Create a report to help us improve +labels: bug +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior. + +**Expected behavior** +What you expected to happen. + +**Environment** +- OS: +- Python/Node version: +- Commit/Release: + +**Additional context** +Add any other context/screenshots here. From 2c0c5937721a480db66070e1884401d23640214d Mon Sep 17 00:00:00 2001 From: Double Shot <140751740+0xDoubleShot@users.noreply.github.com> Date: Sun, 28 Sep 2025 23:47:52 +0300 Subject: [PATCH 2/3] Update bug_report.md chore: add bug report issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index ce694f3..5b93b11 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -19,4 +19,4 @@ What you expected to happen. - Commit/Release: **Additional context** -Add any other context/screenshots here. +Add any other context/screenshots here.. From c5500afac2319feed68e78346e73a83c189fdb82 Mon Sep 17 00:00:00 2001 From: Double Shot <140751740+0xDoubleShot@users.noreply.github.com> Date: Sun, 28 Sep 2025 23:49:39 +0300 Subject: [PATCH 3/3] Create feature_request.md chore: add feature request issue template --- .github/ISSUE_TEMPLATE/feature_request.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..fd74a04 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,13 @@ + --- + name: Feature request + about: Suggest an idea for this project + labels: enhancement + --- + + **Is your feature request related to a problem? Please describe.** + + **Describe the solution you'd like** + + **Describe alternatives you've considered** + + **Additional context**