Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 0 additions & 56 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

104 changes: 104 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
name: Bug report
description: Create a report to help us improve
title: "[BUG] "
labels: [bug]
body:
- type: textarea
id: description
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is.
validations:
required: true

- type: textarea
id: steps
attributes:
label: Steps to Reproduce
description: Steps to reproduce the behavior.
placeholder: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
validations:
required: true

- type: textarea
id: expected
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen.
validations:
required: true

- type: textarea
id: screenshots
attributes:
label: Screenshots
description: If applicable, add screenshots to help explain your problem.
validations:
required: false

- type: dropdown
id: os
attributes:
label: Operating system
options:
- Linux
- Windows
- macOS
validations:
required: true

- type: input
id: version
attributes:
label: Version
placeholder: e.g. 1.6.2
validations:
required: true

- type: dropdown
id: install_method
attributes:
label: Installation method
options:
- pip
- AppImage
- MSI
- DMG
- Package manager
- Other
validations:
required: true

- type: input
id: python_version
attributes:
label: Python version
description: If installed through `pip` or your package manager.
placeholder: e.g. 3.11.0
validations:
required: false

- type: textarea
id: logs
attributes:
label: Error message
description: |
Paste the relevant log output here. Logs can be found at:
- **Windows**: `C:\Users\<username>\AppData\Local\Rare\Rare\cache\logs`
- **Linux**: `/home/<username>/.cache/Rare/Rare/logs`
- **macOS**: `/Users/<username>/Library/Caches/Rare/Rare/logs`
render: shell
validations:
required: false

- type: textarea
id: additional
attributes:
label: Additional context
description: Add any other context about the problem here.
validations:
required: false
28 changes: 0 additions & 28 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name: Feature request
description: Suggest an idea for this project
title: "[Feature Request] "
labels: [feature-request]
body:
- type: textarea
id: problem
attributes:
label: Is your feature request related to a problem? Please describe.
description: A clear and concise description of what the problem is.
placeholder: "I'm always frustrated when [...]"
validations:
required: false

- type: textarea
id: solution
attributes:
label: Describe the solution you'd like
description: A clear and concise description of what you want to happen.
validations:
required: true

- type: textarea
id: alternatives
attributes:
label: Describe alternatives you've considered
description: A clear and concise description of any alternative solutions or features you've considered.
validations:
required: false

- type: textarea
id: additional
attributes:
label: Additional context
description: Add any other context or screenshots about the feature request here.
validations:
required: false