Use github issue templates
This commit is contained in:
37
.github/ISSUE_TEMPLATE/Bug_report.md
vendored
Normal file
37
.github/ISSUE_TEMPLATE/Bug_report.md
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
---
|
||||
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>
|
||||
Reference in New Issue
Block a user