diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..e923ba6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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.