Added Error Report Template

This commit is contained in:
Cooldude2606
2018-05-20 11:31:24 +01:00
committed by Unknown
parent 2976037160
commit bf3458917c

33
.github/ISSUE_TEMPLATE/Error_report.md vendored Normal file
View File

@@ -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.