From 2e0ce6b5280d2055d0244c802ef00650d4ef16eb Mon Sep 17 00:00:00 2001 From: tupe12334 Date: Thu, 11 Jun 2026 19:13:44 +0300 Subject: [PATCH] docs: add GitHub issue templates for bug reports and feature requests --- .github/ISSUE_TEMPLATE/bug_report.md | 35 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 13 +++++++++ 2 files changed, 48 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..037c2ef --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,35 @@ +--- +name: Bug report +about: Something steplock does incorrectly +labels: bug +--- + +**steplock version** (`steplock --version`): + +**OS / platform**: + +**Rust version** (`rustc --version`): + +**Checklist config** (`config.toml` and `flow.mmd`): + +```toml +# config.toml +``` + +``` +# flow.mmd +``` + +**Command that triggered the hook**: + +**Expected behaviour**: + +**Actual behaviour** (paste the full hook output): + +``` +``` + +**Session state** (`cat .steplock/sessions//state.json`), if relevant: + +```json +``` diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..a299685 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,13 @@ +--- +name: Feature request +about: Propose a new capability for steplock +labels: enhancement +--- + +**What problem does this solve?** + +**Proposed solution**: + +**Alternatives considered**: + +**Additional context**: