From b5dada19b828c73438754479748a270d9545b849 Mon Sep 17 00:00:00 2001 From: Ambrose Chua Date: Fri, 12 Jul 2019 23:17:36 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug.md diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 0000000..7a63e02 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,20 @@ +--- +name: Bug +about: Report a bug +title: '' +labels: bug +assignees: '' + +--- + +### Describe the problem + +(Give a concise description of the problem) + +### Steps to reproduce + +1. (Detail every step) + +### Screenshots or logs + +(Attach logs as GitHub Gists)