From dcfa764555ef51a2d475083559644fdf2faadc88 Mon Sep 17 00:00:00 2001 From: Dummerle <44114474+Dummerle@users.noreply.github.com> Date: Sat, 4 Sep 2021 23:08:47 +0200 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 18 ++++++++++++------ .github/ISSUE_TEMPLATE/feature_request.md | 7 +++++-- 2 files changed, 17 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 2f8626f3..8bcee663 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,9 @@ --- -name: Bug report about: Create a report to help us improve title: '' -labels: bug assignees: '' +name: Bug report +about: Create a report to help us improve +title: "[BUG]" +labels: bug +assignees: '' --- @@ -9,7 +12,6 @@ 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 '....' @@ -21,10 +23,14 @@ A clear and concise description of what you expected to happen. **Screenshots** If applicable, add screenshots to help explain your problem. -**System information (please complete the following information):** - -- OS (e.g. Ubuntu 20.04 or Windows 10) +**Desktop (please complete the following information):** + - OS: [e.g. Manjaro/Windows 10] + - Version [e.g. 1.6.2] +- Installation [e.g. pip/msi/AppImage] - Python version **Additional context** Add any other context about the problem here. + +**Error message** +You can find error message in ~/.cache/rare/logs/ diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 6aae4d3a..c4762529 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,6 +1,9 @@ --- -name: Feature request about: Suggest an idea for this project title: '' -labels: feature-request assignees: '' +name: Feature request +about: Suggest an idea for this project +title: "[Feature Request]" +labels: feature-request +assignees: '' ---