diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 00000000..c1fef87b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,27 @@ +--- +name: Bug Report +about: Create a report to help us improve +title: 'Bug: when ' +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. diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md new file mode 100644 index 00000000..089772c8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation.md @@ -0,0 +1,28 @@ +--- +name: Documentation +about: Think something isn't clarified well enough or not well documented? Help us + out! +title: 'Documentation: 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. diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 00000000..9f7b1954 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,23 @@ +--- +name: Feature Request +about: Suggest an idea for this project +title: 'Request: Please Add ' +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. diff --git a/.github/ISSUE_TEMPLATE/help.md b/.github/ISSUE_TEMPLATE/help.md new file mode 100644 index 00000000..bd9c8739 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/help.md @@ -0,0 +1,27 @@ +--- +name: Help +about: 'I have an issue running Reloaded. ' +title: 'Help: Please help me with ' +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.