Use github issue templates

This commit is contained in:
Gert de Pagter
2018-05-26 14:03:15 +02:00
parent 1223770c5b
commit 74182a095e
5 changed files with 65 additions and 1 deletions

37
.github/ISSUE_TEMPLATE/Bug_report.md vendored Normal file
View 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>