1
0
Fork 0
mirror of synced 2024-06-02 10:44:40 +12:00
Rare/.github/ISSUE_TEMPLATE/bug_report.md

51 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

2021-03-21 06:21:13 +13:00
---
2021-09-05 09:08:47 +12:00
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
labels: bug
assignees: ''
2021-03-21 06:21:13 +13:00
---
**Describe the bug**
2021-03-21 06:21:13 +13:00
A clear and concise description of what the bug is.
**To Reproduce**
2021-03-21 06:21:13 +13:00
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
2021-03-21 06:21:13 +13:00
A clear and concise description of what you expected to happen.
**Screenshots**
2021-03-21 06:21:13 +13:00
If applicable, add screenshots to help explain your problem.
**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)
2021-03-21 06:21:13 +13:00
**Additional context**
2021-03-21 06:21:13 +13:00
Add any other context about the problem here.
2021-09-05 09:08:47 +12:00
**Error message**
You can find logs in these locations
2023-12-27 04:34:59 +13:00
| OS | Path |
|---------|----------------------------------------------------------|
| Windows | `C:\Users\<username>\AppData\Local\Rare\Rare\cache\logs` |
| Linux | `/home/<username>/.cache/Rare/Rare/logs` |
| masOS | `/Users/<username>/Library/Caches/Rare/Rare/logs` |