From a94ded9c58c74d089ae32ee88678119dd8dbcbf1 Mon Sep 17 00:00:00 2001 From: Andreev Kirill Andreevich Date: Fri, 17 Jul 2026 02:48:17 +0300 Subject: [PATCH] docs: add issue templates for bug reports and feature requests Adds the two templates requested in #82 under .github/ISSUE_TEMPLATE/: bug_report.md (repro steps, expected vs actual, SDK and Node versions) and feature_request.md (problem, proposed solution, alternatives). Both kept to a few fields so they help triage without becoming a form nobody wants to fill in. Default labels (bug/enhancement) are applied on open. Closes #82 Co-Authored-By: Claude Fable 5 --- .github/ISSUE_TEMPLATE/bug_report.md | 20 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 15 +++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..3b2bdef --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,20 @@ +--- +name: Bug report +about: Something isn't working as expected +labels: bug +--- + +## Steps to reproduce + + + +## Expected behaviour + +## Actual behaviour + + + +## Environment + +- SDK version: +- Node version: diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..146fd01 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,15 @@ +--- +name: Feature request +about: Suggest an improvement or new capability +labels: enhancement +--- + +## Problem + + + +## Proposed solution + +## Alternatives considered + +