From 7dd6fbcfd8c7b5c6fb7272d1477e29aab08632b5 Mon Sep 17 00:00:00 2001 From: ilumos Date: Sat, 3 Nov 2018 16:25:55 +0000 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 31 ++++++++++++++++++++++++++++ 1 file changed, 31 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 000000000..e97228574 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,31 @@ +--- +name: Bug report +about: Create a report to help us improve + +--- + +# Describe the bug +A clear and concise description of what the bug is + +# Expected behaviour +What you thought would happen + +# How to reproduce the bug +1. Go to '...' +2. Click on '...' +3. Scroll down to '...' +4. See error + +# Environment + - **Server OS**: + - **Browser**: + - **Output of `git log --pretty="%h" -n1 HEAD`**: + +# Screenshots +If applicable, add screenshots to help explain your problem + +# Log entry +Copy and paste from ⚙> Logs > (relevant log entry) > Markdown + +# Additional context +Any extra detail about the problem