Skip to content

Commit

Permalink
chore: add bug issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
austinletson authored Sep 1, 2024
1 parent 8c5574b commit 0a25292
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

**Describe the bug**
Describe the unexpected behavior

**Expected behavior**
Describe the expected behavior

**Link to workflow where bug was encountered:** [link]

**Details**
- `lean-action` version: [e.g. v1]
- GitHub runner: [e.g. `ubuntu-latest`, `macos-latest`, `windows-latest`]

**Additional context**
Add any other context about the problem here.

0 comments on commit 0a25292

Please sign in to comment.