mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 03:25:23 +09:00
Better issuse formats
This commit is contained in:
20
.github/ISSUE_TEMPLATE/Bug_report.md
vendored
20
.github/ISSUE_TEMPLATE/Bug_report.md
vendored
@@ -1,18 +1,24 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
about: Report a bug which does not crash the game, any bug from the latest major scenario version
|
||||
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
**Factorio version**
|
||||
Version number: X.Y.Z
|
||||
|
||||
**Scenario version**
|
||||
Version number: X.Y.Z
|
||||
|
||||
**Bug description**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**To Reproduce**
|
||||
**Reproduction method**
|
||||
Steps to reproduce the behavior:
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
4. See error
|
||||
4. See error in log
|
||||
|
||||
**Expected behavior**
|
||||
A clear and concise description of what you expected to happen.
|
||||
@@ -20,9 +26,5 @@ A clear and concise description of what you expected to happen.
|
||||
**Screenshots**
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
**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.
|
||||
Add any other context about the problem here.
|
||||
24
.github/ISSUE_TEMPLATE/Desync_report.md
vendored
Normal file
24
.github/ISSUE_TEMPLATE/Desync_report.md
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
name: Desync report
|
||||
about: Report a desync, latest version of scenario only including patches
|
||||
|
||||
---
|
||||
|
||||
**Factorio version**
|
||||
Version number: X.Y.Z
|
||||
|
||||
**Scenario version**
|
||||
Version number: X.Y.Z
|
||||
|
||||
**Desync description**
|
||||
A clear and concise description of what you believe causes the desync.
|
||||
|
||||
**Reproduction method**
|
||||
Steps to reproduce the behavior:
|
||||
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.
|
||||
46
.github/ISSUE_TEMPLATE/Error_report.md
vendored
46
.github/ISSUE_TEMPLATE/Error_report.md
vendored
@@ -1,33 +1,35 @@
|
||||
---
|
||||
name: Error/Desync Report
|
||||
about: Create a report on a bug which gives an error or desync
|
||||
name: Error report
|
||||
about: Report a bug which cases the game to crash, any bug from the latest major scenario version
|
||||
|
||||
---
|
||||
|
||||
**Error Message**
|
||||
Error: insert error message
|
||||
**Factorio version**
|
||||
Version number: X.Y.Z
|
||||
|
||||
**Known Causes**
|
||||
Know causes that will result in error:
|
||||
- Cause 1
|
||||
- Cause 2
|
||||
**Scenario version**
|
||||
Version number: X.Y.Z
|
||||
|
||||
**To Reproduce (please give for each cause outlined above)**
|
||||
**Error message**
|
||||
```
|
||||
error message and stacktrace back
|
||||
```
|
||||
|
||||
**Error description**
|
||||
A clear and concise description of what you believe causes the crash.
|
||||
|
||||
**Reproduction method**
|
||||
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
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
4. See error in log
|
||||
|
||||
**Other information (please complete the following information):**
|
||||
- OS: [e.g. iOS, Windows, Linux]
|
||||
- Factorio Version: [e.g. 0.16.30]
|
||||
**Expected behavior**
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Screenshots**
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
||||
17
.github/ISSUE_TEMPLATE/Feature_request.md
vendored
17
.github/ISSUE_TEMPLATE/Feature_request.md
vendored
@@ -1,17 +1,18 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
about: Suggest a new idea to be worked on
|
||||
|
||||
---
|
||||
|
||||
**Is your feature request related to a problem? Please describe.**
|
||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||
**Feature overview**
|
||||
Name: name-here
|
||||
TL;DR: a few words about what the feature is
|
||||
|
||||
**Describe the solution you'd like**
|
||||
A clear and concise description of what you want to happen.
|
||||
**Details**
|
||||
A detailed description of what the new feature is.
|
||||
|
||||
**Describe alternatives you've considered**
|
||||
A clear and concise description of any alternative solutions or features you've considered.
|
||||
**Possible methods**
|
||||
Any ideas you have had about how to implement the feature or any problems that may arise.
|
||||
|
||||
**Additional context**
|
||||
Add any other context or screenshots about the feature request here.
|
||||
Add any other context or screenshots about the feature request here.
|
||||
Reference in New Issue
Block a user