From 3258c252ba675c4a56a3513e923b099a32d5254b Mon Sep 17 00:00:00 2001 From: Stelios Tsampas Date: Thu, 4 May 2023 17:06:57 +0300 Subject: [PATCH] Issues: Update templates to be more informative --- .github/ISSUE_TEMPLATE/bug_report.md | 22 ++++++++++++++++------ .github/ISSUE_TEMPLATE/feature_request.md | 4 ++++ 2 files changed, 20 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 8bcee663..dfc5f405 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -8,9 +8,11 @@ assignees: '' --- **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 '....' @@ -18,19 +20,27 @@ Steps to reproduce the behavior: 4. See error **Expected behavior** + A clear and concise description of what you expected to happen. **Screenshots** + If applicable, add screenshots to help explain your problem. -**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 +**System information** + +Please complete the following information +- Operating system: [e.g. Manjaro/Windows 10] +- Version [e.g. 1.6.2] +- Installation method [e.g. pip/msi/AppImage] +- Python version (if installed through `pip` or your package manager) **Additional context** + Add any other context about the problem here. **Error message** -You can find error message in ~/.cache/rare/logs/ + +You can find logs in these locations +- Windows: `C:\Users\\AppData\Local\Rare\Rare\cache\logs` +- Linux: `~/.cache/Rare/Rare/logs` \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index c4762529..fec3c8c7 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -8,13 +8,17 @@ assignees: '' --- **Is your feature request related to a problem? Please describe.** + A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd like** + A clear and concise description of what you want to happen. **Describe alternatives you've considered** + A clear and concise description of any alternative solutions or features you've considered. **Additional context** + Add any other context or screenshots about the feature request here.