This adds an issue form geared specifically toward bug reports, and links to GitHub discussions for feature requests and enhancements instead, with the mindset of improving intake triage.
75 lines
2.6 KiB
YAML
75 lines
2.6 KiB
YAML
name: Bug Report
|
|
description: Report a clearly broken issue.
|
|
labels: ["needs-triage"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
# RuneLite bug report
|
|
|
|
Before filing a bug report, please check whether your issue has been reported before:
|
|
- Read the pinned issues (if any) at the top of https://github.com/runelite/runelite/issues.
|
|
- Search for your issue in both [the issue listing](https://github.com/runelite/runelite/issues) and the [Q&A discussion listing](https://github.com/runelite/runelite/discussions/categories/q-a). If you find that it already exists, respond with a reaction or add any further information that may be helpful.
|
|
- type: dropdown
|
|
attributes:
|
|
label: Type
|
|
options:
|
|
- Crash or hang
|
|
- Incorrect behavior
|
|
- Performance
|
|
- GPU
|
|
- Other
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
attributes:
|
|
label: Operating System
|
|
options:
|
|
- Windows
|
|
- MacOS
|
|
- Linux
|
|
validations:
|
|
required: false
|
|
- type: input
|
|
attributes:
|
|
label: OS Version
|
|
description: Version information for your operating system, ex. Windows 11, MacOS Big Sur, Ubuntu Linux, etc.
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
attributes:
|
|
label: Bug description
|
|
description: How did you find the bug? Any additional details that might help?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Screenshots or videos
|
|
description: Add screenshots or videos that show the bug here.
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
attributes:
|
|
label: RuneLite version
|
|
description: RuneLite and launcher version used. (Open the info panel to find this information)
|
|
placeholder: |
|
|
RuneLite version: 1.8.18.1
|
|
Launcher version: 2.4.2
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
## Logs
|
|
|
|
Attaching log files is encouraged for reported bugs. You can find them in one of two ways:
|
|
|
|
1. Open the screenshot directory (by right-clicking the \"Camera\" button if you have access to the client) and navigate one directory up and then open logs folder
|
|
2. Navigate to `%userprofile%\.runelite\logs` on **Windows** or `$HOME/.runelite/logs` on **Linux** and **MacOS**
|
|
|
|
You should upload both your `client.log` and `launcher.log` files, along with recently-created `jvm_crash_pid` files if this bug report is regarding the client crashing.
|
|
- type: textarea
|
|
attributes:
|
|
label: Logs
|
|
placeholder: Drag and drop log files into this box.
|
|
validations:
|
|
required: false
|