Skip to content

Commit

Permalink
Add Issue Templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 authored Aug 19, 2020
1 parent 5671b9f commit 812b476
Show file tree
Hide file tree
Showing 4 changed files with 105 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Bug Report
about: Create a report to help us improve
title: 'Bug: <Y Happens> when <X>'
labels: bug, untriaged
assignees: ''

---

**Describe the Bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behaviour:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected Behaviour**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Additional Context**
Add any other context about the problem here.
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: Documentation
about: Think something isn't clarified well enough or not well documented? Help us
out!
title: 'Documentation: <X> is not Documented'
labels: documentation, untriaged
assignees: ''

---

**Is your request related to a feature? Please describe.**
A clear and concise description of what the problem is.

e.g.
- **X** feature is not well documented.
- What does **X** feature do?
- How do you do **X**?

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

e.g.
- Please document **X** feature.
- Please describe **X** in more detail.
- Please make a guide for **X**.

**Additional context**
Add any other context or screenshots about the request here.
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Feature Request
about: Suggest an idea for this project
title: 'Request: Please Add <X>'
labels: enhancement, untriaged
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is.
e.g.
- I'm always frustrated when **X**.
- Because of **Y**, I would like for **X** to be done.

**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.
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/help.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Help
about: 'I have an issue running Reloaded. '
title: 'Help: Please help me with <X>'
labels: untriaged
assignees: ''

---

**Did you install the Prerequisites?**
You can see them right beside the download button on each official download.
You'll need all of them as stated.

**As seen on Github**:
![image](https://user-images.githubusercontent.com/6697380/90259427-e71e8900-de41-11ea-87aa-0ff27cf5e486.png)

**As seen on GameBanana**:
![image](https://user-images.githubusercontent.com/6697380/90259465-f8679580-de41-11ea-9ef9-08eb3e9c4a2e.png)

**Describe the Issue**
A clear and concise description of what you would like help with.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Additional Resources**
If the issue is related to any external resource e.g. specific version of a mod or pack, consider stating the version or linking the resource in question. Preferably though, mod specific issues should go in their own Github repositories as I in most cases would not be able to help.

0 comments on commit 812b476

Please sign in to comment.