Update Issue Templates

This commit is contained in:
Cooldude2606
2025-01-08 21:24:59 +00:00
parent 45883d6ce2
commit b781198841
5 changed files with 67 additions and 66 deletions

36
.github/ISSUE_TEMPLATE/CrashReport.md vendored Normal file
View File

@@ -0,0 +1,36 @@
---
name: Error report
about: Report a bug which cases the game to crash, or any other issue with an explicit stacktrace
title: ''
labels: Crash
assignees: ''
---
### Versions
Factorio: X.Y.Z
ExpCluster: X.Y.Z
### Error message
```log
error message and stacktrace back
```
### Reproduction method
Steps to reproduce the behaviour:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error in log
### Additional context
Add any other context about the problem here.
### Screenshots
If applicable, add screenshots to help explain your problem.