38 lines
895 B
Markdown
38 lines
895 B
Markdown
---
|
|
name: "\U0001F41BBug report"
|
|
about: "If something isn't working as expected \U0001F914."
|
|
|
|
---
|
|
Please check if your issue is not a duplicate by [searching existing issues](https://github.com/runelite/runelite/issues)
|
|
|
|
| Question | Answer
|
|
| ------------| ---------------
|
|
| Java Version | x.y.z
|
|
| Operating System | e.g. Ubuntu/Windows/MacOS
|
|
|
|
|
|
<!--
|
|
- Replace this comment with your issue description.
|
|
|
|
- Please complete the above table with a correct information.
|
|
|
|
- Please include steps to reproduce your issue.
|
|
|
|
- For general support, please use our Discord server: https://discord.gg/mePCs8U
|
|
-->
|
|
|
|
<!--
|
|
- Please past your full stack trace below, if applicable
|
|
|
|
- Your client logs can usually be found in:
|
|
- Windows: C:\Users\<your_user_name>\.runelite\logs
|
|
- Osx/Linux: ~/.runelite/logs
|
|
-->
|
|
<details>
|
|
<summary>stack trace</summary>
|
|
|
|
```
|
|
%paste your stack trace here%
|
|
```
|
|
</details>
|