From c44e85c7650fdfed2832d849a3e84c04f1b5d08c Mon Sep 17 00:00:00 2001 From: TheDoctorsLife Date: Tue, 5 Apr 2016 20:38:31 -0400 Subject: NOISSUE: Move the issue template file out of project root to help make it just a little more clean. --- .github/ISSUE_TEMPLATE.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md (limited to '.github/ISSUE_TEMPLATE.md') diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..daf97d2e --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,43 @@ + + +System Information +----------------------------- +MultiMC version: + +Operating System: + +Summary of the issue or suggestion: +---------------------------------------------- + +What should happen: +------------------------------ + +Steps to reproduce the issue (Add more if needed): +------------------------------------------------------------- +1. + +2. + +3. + +Suspected cause: +--------------------------- + +Logs/Screenshots: +---------------------------- + +Additional Info: +--------------------------- -- cgit