mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 20:41:41 +09:00
Better issuse formats
This commit is contained in:
18
.github/ISSUE_TEMPLATE/Bug_report.md
vendored
18
.github/ISSUE_TEMPLATE/Bug_report.md
vendored
@@ -1,18 +1,24 @@
|
|||||||
---
|
---
|
||||||
name: Bug report
|
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.
|
A clear and concise description of what the bug is.
|
||||||
|
|
||||||
**To Reproduce**
|
**Reproduction method**
|
||||||
Steps to reproduce the behavior:
|
Steps to reproduce the behavior:
|
||||||
1. Go to '...'
|
1. Go to '...'
|
||||||
2. Click on '....'
|
2. Click on '....'
|
||||||
3. Scroll down to '....'
|
3. Scroll down to '....'
|
||||||
4. See error
|
4. See error in log
|
||||||
|
|
||||||
**Expected behavior**
|
**Expected behavior**
|
||||||
A clear and concise description of what you expected to happen.
|
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**
|
**Screenshots**
|
||||||
If applicable, add screenshots to help explain your problem.
|
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**
|
**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
|
name: Error report
|
||||||
about: Create a report on a bug which gives an error or desync
|
about: Report a bug which cases the game to crash, any bug from the latest major scenario version
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**Error Message**
|
**Factorio version**
|
||||||
Error: insert error message
|
Version number: X.Y.Z
|
||||||
|
|
||||||
**Known Causes**
|
**Scenario version**
|
||||||
Know causes that will result in error:
|
Version number: X.Y.Z
|
||||||
- Cause 1
|
|
||||||
- Cause 2
|
|
||||||
|
|
||||||
**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:
|
Steps to reproduce the behavior:
|
||||||
- Cause 1
|
1. Go to '...'
|
||||||
1. Go to '...'
|
2. Click on '....'
|
||||||
2. Click on '....'
|
3. Scroll down to '....'
|
||||||
3. Scroll down to '....'
|
4. See error in log
|
||||||
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):**
|
**Expected behavior**
|
||||||
- OS: [e.g. iOS, Windows, Linux]
|
A clear and concise description of what you expected to happen.
|
||||||
- Factorio Version: [e.g. 0.16.30]
|
|
||||||
|
**Screenshots**
|
||||||
|
If applicable, add screenshots to help explain your problem.
|
||||||
|
|
||||||
**Additional context**
|
**Additional context**
|
||||||
Add any other context about the problem here.
|
Add any other context about the problem here.
|
||||||
15
.github/ISSUE_TEMPLATE/Feature_request.md
vendored
15
.github/ISSUE_TEMPLATE/Feature_request.md
vendored
@@ -1,17 +1,18 @@
|
|||||||
---
|
---
|
||||||
name: Feature request
|
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.**
|
**Feature overview**
|
||||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
Name: name-here
|
||||||
|
TL;DR: a few words about what the feature is
|
||||||
|
|
||||||
**Describe the solution you'd like**
|
**Details**
|
||||||
A clear and concise description of what you want to happen.
|
A detailed description of what the new feature is.
|
||||||
|
|
||||||
**Describe alternatives you've considered**
|
**Possible methods**
|
||||||
A clear and concise description of any alternative solutions or features you've considered.
|
Any ideas you have had about how to implement the feature or any problems that may arise.
|
||||||
|
|
||||||
**Additional context**
|
**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