From 48881d739d96cc3b298664847639b08a3a997bb7 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Mon, 19 Apr 2021 21:47:27 +0200 Subject: [PATCH] Adding a bug report issue template --- .github/ISSUE_TEMPLATE/bug-report.md | 20 ++++++++++++++++++++ 1 file changed, 20 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 00000000..959bd1a2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,20 @@ +--- +name: Bug Report +about: Create a bug report to help improve Kyoo +title: "[BUG] " +labels: bug +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. + +**Expected Behavior** +A clear and concise description of what you expected to happen. + +**Environment:** + - Platform [e.g. Windows / Linux] + - Action Version [e.g. v0.0.1 or a git commit's SHA]