From bf3458917c52999c781fc1639783748d23107cd0 Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Sun, 20 May 2018 11:31:24 +0100 Subject: [PATCH] Added Error Report Template --- .github/ISSUE_TEMPLATE/Error_report.md | 33 ++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/Error_report.md diff --git a/.github/ISSUE_TEMPLATE/Error_report.md b/.github/ISSUE_TEMPLATE/Error_report.md new file mode 100644 index 00000000..2ea5f8a9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Error_report.md @@ -0,0 +1,33 @@ +--- +name: Error Report +about: Create a report on a bug which gives an error + +--- + +**Error Message** +Error: insert error message + +**Known Causes** +Know causes that will result in error: + - Cause 1 + - Cause 2 + +**To Reproduce (please give for each cause outlined above)** +Steps to reproduce the behavior: + - Cause 1 + 1. Go to '...' + 2. Click on '....' + 3. Scroll down to '....' + 4. See error + - Cause 2 + 1. Go to '...' + 2. Click on '....' + 3. Scroll down to '....' + 4. See error + +**Other information (please complete the following information):** + - OS: [e.g. iOS, Windows, Linux] + - Factorio Version [e.g. 0.16.30] + +**Additional context** +Add any other context about the problem here. \ No newline at end of file