From 03cbf3bf0f346065d0c5adafa991d216e3b55809 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar?= Date: Tue, 6 Jun 2023 02:11:13 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs:=20create=20bug=20report=20?= =?UTF-8?q?issue=20template?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug_report.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md 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.