diff options
author | Benjamin Hoffmeyer <TheDoctorsLife@users.noreply.github.com> | 2016-04-01 15:01:55 -0400 |
---|---|---|
committer | Benjamin Hoffmeyer <TheDoctorsLife@users.noreply.github.com> | 2016-04-01 15:01:55 -0400 |
commit | 0ff6f3a036d7ac65cbc394da9dfd09e1eaff1c8a (patch) | |
tree | 80a2b7396a97ac8daba38f85161b919da3fe84d7 | |
parent | bf0f27bd609cc8dee452c7efcad2195c35520a2d (diff) | |
download | MultiMC-0ff6f3a036d7ac65cbc394da9dfd09e1eaff1c8a.tar MultiMC-0ff6f3a036d7ac65cbc394da9dfd09e1eaff1c8a.tar.gz MultiMC-0ff6f3a036d7ac65cbc394da9dfd09e1eaff1c8a.tar.lz MultiMC-0ff6f3a036d7ac65cbc394da9dfd09e1eaff1c8a.tar.xz MultiMC-0ff6f3a036d7ac65cbc394da9dfd09e1eaff1c8a.zip |
NOISSUE Make formatting little easier to understand
-rw-r--r-- | ISSUE_TEMPLATE.md | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 8baac6b2..23025792 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -9,35 +9,35 @@ Before submitting this issue, please make sure you have: - We provide support for MultiMC, not your modpack. Problems with your modpack will be ignored. 4. Given the issue a descriptive title. - A good title includes a brief summary of the issue and avoids things such as "Help" and "What?!". - 5. Place all information below the --- + 5. Place all information below the ### lines - It makes the issue look pretty --> -System Information ---- +### System Information + MultiMC version: Operating System: -Summary of the issue or suggestion: ---- +### Summary of the issue or suggestion: + + +### What should happen: + -What should happen: ---- +### Steps to reproduce the issue (Add more if needed): -Steps to reproduce the issue (Add more if needed): ---- 1. 2. 3. -Suspected cause: ---- +### Suspected cause: + + +### Logs/Screenshots: + -Logs/Screenshots: ---- +### Additional Info: -Additional Info: ---- |