From b781198841b1baf5f372a1048c36df1abb1a9e29 Mon Sep 17 00:00:00 2001 From: Cooldude2606 <25043174+Cooldude2606@users.noreply.github.com> Date: Wed, 8 Jan 2025 21:24:59 +0000 Subject: [PATCH] Update Issue Templates --- .../{Bug_report.md => BugReport.md} | 28 ++++++------- .github/ISSUE_TEMPLATE/CrashReport.md | 36 +++++++++++++++++ .../{Desync_report.md => DesyncReport.md} | 19 +++++---- .github/ISSUE_TEMPLATE/Error_report.md | 39 ------------------- .../{Feature_request.md => FeatureRequest.md} | 11 +++--- 5 files changed, 67 insertions(+), 66 deletions(-) rename .github/ISSUE_TEMPLATE/{Bug_report.md => BugReport.md} (55%) create mode 100644 .github/ISSUE_TEMPLATE/CrashReport.md rename .github/ISSUE_TEMPLATE/{Desync_report.md => DesyncReport.md} (64%) delete mode 100644 .github/ISSUE_TEMPLATE/Error_report.md rename .github/ISSUE_TEMPLATE/{Feature_request.md => FeatureRequest.md} (80%) diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/BugReport.md similarity index 55% rename from .github/ISSUE_TEMPLATE/Bug_report.md rename to .github/ISSUE_TEMPLATE/BugReport.md index 3e4cacd5..8eba852e 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/BugReport.md @@ -1,34 +1,34 @@ --- name: Bug report -about: Report a bug which does not crash the game, any bug from the latest major scenario - version +about: Report a bug which does not crash the game, any bug from the latest major scenario version title: '' labels: Bug assignees: '' --- -**Factorio version** -Version number: X.Y.Z +### Versions -**Scenario version** -Version number: X.Y.Z +Factorio: X.Y.Z +ExpCluster: X.Y.Z + +### Bug description -**Bug description** A clear and concise description of what the bug is. -**Reproduction method** -Steps to reproduce the behavior: +### Reproduction method + +Steps to reproduce the behaviour: + 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error in log -**Expected behavior** +### Expected behaviour + A clear and concise description of what you expected to happen. -**Screenshots** -If applicable, add screenshots to help explain your problem. +### Screenshots -**Additional context** -Add any other context about the problem here. +If applicable, add screenshots to help explain your problem. diff --git a/.github/ISSUE_TEMPLATE/CrashReport.md b/.github/ISSUE_TEMPLATE/CrashReport.md new file mode 100644 index 00000000..01785b06 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/CrashReport.md @@ -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. diff --git a/.github/ISSUE_TEMPLATE/Desync_report.md b/.github/ISSUE_TEMPLATE/DesyncReport.md similarity index 64% rename from .github/ISSUE_TEMPLATE/Desync_report.md rename to .github/ISSUE_TEMPLATE/DesyncReport.md index d5c91a32..a744e9a5 100644 --- a/.github/ISSUE_TEMPLATE/Desync_report.md +++ b/.github/ISSUE_TEMPLATE/DesyncReport.md @@ -7,21 +7,24 @@ assignees: '' --- -**Factorio version** -Version number: X.Y.Z +### Versions -**Scenario version** -Version number: X.Y.Z +Factorio: X.Y.Z +ExpCluster: X.Y.Z + +### Desync description -**Desync description** A clear and concise description of what you believe causes the desync. -**Reproduction method** -Steps to reproduce the behavior: +### Reproduction method + +Steps to reproduce the behaviour: + 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error in log -**Additional context** +### Additional context + Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/Error_report.md b/.github/ISSUE_TEMPLATE/Error_report.md deleted file mode 100644 index aca61752..00000000 --- a/.github/ISSUE_TEMPLATE/Error_report.md +++ /dev/null @@ -1,39 +0,0 @@ ---- -name: Error report -about: Report a bug which cases the game to crash, any bug from the latest major scenario - version -title: '' -labels: Bug -assignees: '' - ---- - -**Factorio version** -Version number: X.Y.Z - -**Scenario version** -Version number: X.Y.Z - -**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: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error in log - -**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. diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/FeatureRequest.md similarity index 80% rename from .github/ISSUE_TEMPLATE/Feature_request.md rename to .github/ISSUE_TEMPLATE/FeatureRequest.md index 2e528965..4b3915fa 100644 --- a/.github/ISSUE_TEMPLATE/Feature_request.md +++ b/.github/ISSUE_TEMPLATE/FeatureRequest.md @@ -7,15 +7,16 @@ assignees: '' --- -**Feature overview** -Name: name-here TL;DR: a few words about what the feature is -**Details** +### Details + A detailed description of what the new feature is. -**Possible methods** +### Possible methods + 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.