From e2b841787d6f5f91688d370ff0ea122c55f96807 Mon Sep 17 00:00:00 2001 From: Valentin Date: Wed, 30 Dec 2020 00:21:27 +0100 Subject: [PATCH] Added issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 32 ++++++++++++++++++++++++++++ 1 file changed, 32 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..f141e1cf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,32 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +# READ BEFORE OPENING ISSUES + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Log** +The latest log file is ABSOLUTELY MANDATORY. + +# Forbidden +**DO NOT** report issues to ask where is "insert your favorite asset here". +**DO NOT** report issues if you have one or more AES errors. + +Without following the rules above, your issue will be closed without explanation.