Update issue templates

This commit is contained in:
Madis Otenurm 2021-02-17 18:08:59 +02:00 committed by GitHub
parent 0c9aa681db
commit 381da359f2
2 changed files with 70 additions and 0 deletions

31
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View file

@ -0,0 +1,31 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Specifications (please complete the following information):**
- Modpack version: [e.g. 1.5.2]
- Launcher: [e.g. CurseForge Launcher]
**Additional context**
Add any other context about the problem here.

39
.github/ISSUE_TEMPLATE/mod-request.md vendored Normal file
View file

@ -0,0 +1,39 @@
---
name: Mod request
about: Suggest an idea for this project
title: ''
labels: new mod
assignees: ''
---
**Mod name**
Full name of the mod.
**Curseforge link**
Required, if you want the mod included right away. Otherwise I can still consider it if it gets posted to CF later.
**Modrinth link**
Optional, may become useful in the future when Modrinth adds modpack support.
**Other link**
Optional, e.g. GitHub link if the mod is not posted on either platform yet.
**What it does**
A short description of what the mod does.
**Why should it be in the modpack**
How can the mod benefit everyone using the modpack?
**Why shouldn't it be in the modpack**
Any pitfalls like no CF release, beta testing, missing APIs...
**Categories**
Select any that match:
[ ] Performance optimization
[ ] Graphics optimization
[ ] New feature
[ ] Optifine parity
**Additional details**
Anything else you want to add?