diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..f2be33f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,24 @@ +--- +name: Bug report +about: Did you run into an issue while using tabi? +title: '' +labels: '' +assignees: '' + +--- + +# Bug Report + +## Environment + +Zola version: +tabi commit: + +## Expected Behavior +Tell us what should have happened. + +## Current Behavior +Tell us what happens instead of the expected behavior. + +## Step to reproduce +Please provide the steps to reproduce the issue.