Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -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/<id>/state.json`), if relevant:

```json
```
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -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**:
Loading