Skip to content

Commit

Permalink
Use github issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
BackEndTea committed May 26, 2018
1 parent 1223770 commit 74182a0
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 1 deletion.
File renamed without changes.
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/Bug_report.md
Original file line number Diff line number Diff line change
@@ -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>
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/Custom.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: "\U0001F917 Support Question"
about: "If you have a question \U0001F4AC, please check out our Discord"

---

--------------^ Click "Preview" for a nicer view!
We primarily use GitHub as an issue & suggestion tracker; for usage and support questions, please check join our Discord: https://discord.gg/mePCs8U

---
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/Feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: "\U0001F680 Feature Request or RFC"
about: "I have a suggestion (and may want to implement it \U0001F642)!"

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ RuneLite is licensed under the BSD 2-clause license. See the license header in t

## Contribute and Develop

We've set up a separate document for our [contribution guidelines](https://github.com/runelite/runelite/blob/master/CONTRIBUTING.md).
We've set up a separate document for our [contribution guidelines](https://github.com/runelite/runelite/blob/master/.github/CONTRIBUTING.md).

0 comments on commit 74182a0

Please sign in to comment.