forked from Reloaded-Project/Reloaded-II
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
105 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |