From a094ab36d5adf1216c9e688625c0f1e01cf42cb2 Mon Sep 17 00:00:00 2001 From: Tensuko Date: Sat, 5 Oct 2024 21:58:23 +0200 Subject: [PATCH 01/18] New templates --- .github/ISSUE_TEMPLATE/BUG_REPORT_DE.yml | 113 ++++++++++++++++++ .github/ISSUE_TEMPLATE/BUG_REPORT_EN.yml | 113 ++++++++++++++++++ .github/ISSUE_TEMPLATE/QUESTION_DE.yml | 70 +++++++++++ .github/ISSUE_TEMPLATE/QUESTION_EN.yml | 69 +++++++++++ .github/ISSUE_TEMPLATE/REQUEST_DE.yml | 73 +++++++++++ .github/ISSUE_TEMPLATE/REQUEST_EN.yml | 73 +++++++++++ .../ISSUE_TEMPLATE/bug-report-multiplayer.md | 51 -------- .../ISSUE_TEMPLATE/bug-report-singleplayer.md | 41 ------- .github/ISSUE_TEMPLATE/config.yml | 1 - .github/ISSUE_TEMPLATE/feature_request.md | 20 ---- .github/ISSUE_TEMPLATE/question.md | 10 -- 11 files changed, 511 insertions(+), 123 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/BUG_REPORT_DE.yml create mode 100644 .github/ISSUE_TEMPLATE/BUG_REPORT_EN.yml create mode 100644 .github/ISSUE_TEMPLATE/QUESTION_DE.yml create mode 100644 .github/ISSUE_TEMPLATE/QUESTION_EN.yml create mode 100644 .github/ISSUE_TEMPLATE/REQUEST_DE.yml create mode 100644 .github/ISSUE_TEMPLATE/REQUEST_EN.yml delete mode 100644 .github/ISSUE_TEMPLATE/bug-report-multiplayer.md delete mode 100644 .github/ISSUE_TEMPLATE/bug-report-singleplayer.md delete mode 100644 .github/ISSUE_TEMPLATE/config.yml delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md delete mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT_DE.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT_DE.yml new file mode 100644 index 000000000..afa203b32 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT_DE.yml @@ -0,0 +1,113 @@ +name: Bug melden [DE] +description: Einen Bug melden. +labels: + - Bug +assignees: + - Tensuko +body: + - type: markdown + attributes: + value: | + Danke, dass du dir Zeit nimmst diesen Bugreport auszufüllen. + Lese dir bitte zuerst unsere [Wiki Seite](https://github.com/Courseplay/Courseplay_FS22/wiki) durch, bevor du ein neues Issue erstellst! + + - type: dropdown + id: mod-version + attributes: + label: Version + description: Welche CP Version verwendest du? + options: + - 7.5.0.0 + - 7.5.0.1 + - 8.0.0.0 + default: 0 + validations: + required: true + + - type: dropdown + id: game-version + attributes: + label: Spielversion + description: Welche Spielversion verwendest du? + options: + - 1.14.0.0 + - 1.13.1.1 + - 1.13.1.0 + - 1.12.0.0 + - 1.10.1.1 + - 1.10.1.0 + - 1.9.1.0 + - 1.9.0.0 + - 1.8.2.0 + - 1.8.1.0 + - 1.7.1.0 + - 1.7.0.1 + - 1.7.0.0 + - 1.6.0.0 + - 1.5.0.0 + - 1.4.1.0 + - 1.4.0.0 + - 1.3.1.0 + - 1.3.0.0 + - 1.2.0.2 + - 1.2.0.0 + default: 0 + validations: + required: true + + - type: dropdown + id: spmp + attributes: + label: SP/MP + description: Hast du den Bug im SP oder MP? + options: + - SP (Singleplayer) + - MP (Multiplayer) + default: 0 + validations: + required: true + + - type: textarea + id: what-happened + attributes: + label: Was ist passiert? + description: Bitte beschreibe so gut es geht was passiert ist. + placeholder: Erzähle uns, was du gesehen hast! + validations: + required: true + + - type: textarea + id: how-to + attributes: + label: Wie können wir diesen Fehler nachstellen? + description: Beschreibe bitte, Wenn möglich, wie wir den Fehler reproduzieren können. + placeholder: Beschreibe es so gut es geht. + validations: + required: true + + - type: textarea + id: expect + attributes: + label: Was hätte passieren sollen? + description: Was hast du erwartet, was passieren sollte, als der Fehler auftrat. + placeholder: Beschreibe es so gut es geht. + validations: + required: true + + - type: textarea + id: logs + attributes: + label: Bitte hänge deine log.txt an! + description: Ziehe die Datei in die Textbox um die log.txt hoch zu laden oder verwende [Gist](https://gist.github.com/) oder [Pastebin](http://pastebin.com/). + placeholder: Bitte füge deine log.txt von file path ("C:\\Users\\\\Documents\\My Games\\FarmingSimulator2022\\log.txt") an. + validations: + required: true + + - type: textarea + id: screenshots + attributes: + label: Screenshots + description: Ziehe deine Screenshots in das Textfeld um diese hoch zu laden. + placeholder: Wenn du Screenshots hast die helfen dein Problem zu beschreiben, füge sie hier ein. + validations: + required: true \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT_EN.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT_EN.yml new file mode 100644 index 000000000..82e1a7466 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT_EN.yml @@ -0,0 +1,113 @@ +name: Bug report [EN] +description: Reporting a bug. +labels: + - bug +assignees: + - Tensuko +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! + Please make sure to read our [Wiki Page](https://github.com/Courseplay/Courseplay_FS22/wiki) before creating a new issue! + + - type: dropdown + id: mod-version + attributes: + label: Version + description: Select the version you have active when the bug occurs. + options: + - 7.5.0.0 + - 7.5.0.1 + - 8.0.0.0 + default: 0 + validations: + required: true + + - type: dropdown + id: game-version + attributes: + label: Game Version + description: What version of the game are you playing? + options: + - 1.14.0.0 + - 1.13.1.1 + - 1.13.1.0 + - 1.12.0.0 + - 1.10.1.1 + - 1.10.1.0 + - 1.9.1.0 + - 1.9.0.0 + - 1.8.2.0 + - 1.8.1.0 + - 1.7.1.0 + - 1.7.0.1 + - 1.7.0.0 + - 1.6.0.0 + - 1.5.0.0 + - 1.4.1.0 + - 1.4.0.0 + - 1.3.1.0 + - 1.3.0.0 + - 1.2.0.2 + - 1.2.0.0 + default: 0 + validations: + required: true + + - type: dropdown + id: spmp + attributes: + label: SP/MP + description: Did the bug happen in SP or MP? + options: + - SP (Singleplayer) + - MP (Multiplayer) + default: 0 + validations: + required: true + + - type: textarea + id: what-happened + attributes: + label: What did happened? + description: Please discribe what happend. + placeholder: Tell us what you see! + validations: + required: true + + - type: textarea + id: how-to + attributes: + label: How can we reproduce this? + description: If you can, please discribe how we can reproduce this to check closeer what is happening. + placeholder: Discribe as good as possible. + validations: + required: true + + - type: textarea + id: expect + attributes: + label: What do you expect to happen? + description: What expectation did you have when you tried that function and the bug occurred. + placeholder: Discribe as good as possible. + validations: + required: true + + - type: textarea + id: logs + attributes: + label: Attach your log.txt! + description: Use drag and drop into the textbox to upload the log.txt into the text field or use [Gist](https://gist.github.com/) or [Pastebin](http://pastebin.com/). + placeholder: Please add your log.txt from file path ("C:\\Users\\\\Documents\\My Games\\FarmingSimulator2022\\log.txt"). + validations: + required: true + + - type: textarea + id: screenshots + attributes: + label: Screenshots + description: Use drag and drop into the textbox to upload the screenshots. + placeholder: If you have any helpful screenshots to discribe your situation, please add them here. + validations: + required: true \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/QUESTION_DE.yml b/.github/ISSUE_TEMPLATE/QUESTION_DE.yml new file mode 100644 index 000000000..51e401f10 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/QUESTION_DE.yml @@ -0,0 +1,70 @@ +name: Frage [DE] +description: Du hast eine Frage? Stell sie einfach! +labels: + - question +assignees: + - Tensuko +body: + - type: markdown + attributes: + value: | + Bitte benutze diese Vorlage um deine Frage zu stellen! + Lese dir bitte zuerst unsere [Wiki Seite](https://github.com/Courseplay/Courseplay_FS22/wiki) durch, bevor du ein neues Issue erstellst! + + - type: dropdown + id: mod-version + attributes: + label: Version + description: Welche CP Version verwendest du? + options: + - 7.5.0.0 + - 7.5.0.1 + - 8.0.0.0 + default: 0 + validations: + required: true + + - type: dropdown + id: spmp + attributes: + label: SP/MP + description: Spielst du im SP oder MP? + options: + - SP (Singleplayer) + - MP (Multiplayer) + - egal + default: 0 + validations: + required: true + + - type: dropdown + id: about + attributes: + label: Um was geht es bei deiner Frage? + description: Bitte wähle was passendes aus. + options: + - Kurserstellung + - Fahrzeug Einstellungen + - Globale CP Einstellungen + - weiteres später + default: 0 + validations: + required: true + + - type: textarea + id: question + attributes: + label: Wie lautet deine Frage? + description: Frage + placeholder: Frage + validations: + required: true + + - type: textarea + id: screenshots + attributes: + label: Screenshots + description: Ziehe deine Screenshots in das Textfeld um diese hoch zu laden. + placeholder: Wenn du Screenshots hast die helfen dein Frage zu beschreiben, füge sie hier ein. + validations: + required: false \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/QUESTION_EN.yml b/.github/ISSUE_TEMPLATE/QUESTION_EN.yml new file mode 100644 index 000000000..5d67385b9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/QUESTION_EN.yml @@ -0,0 +1,69 @@ +name: Question [EN] +description: You got a question? Just ask! +labels: + - question +assignees: + - Tensuko +body: + - type: markdown + attributes: + value: | + Please your this template to ask your question! + Please make sure to read our [Wiki Page](https://github.com/Courseplay/Courseplay_FS22/wiki) before creating a new issue! + + - type: dropdown + id: mod-version + attributes: + label: Version + description: Select the version you have active when the bug occurs. + options: + - 7.5.0.0 + - 7.5.0.1 + - 8.0.0.0 + default: 0 + validations: + required: true + + - type: dropdown + id: spmp + attributes: + label: SP/MP + description: Did the bug happen in SP or MP? + options: + - SP (Singleplayer) + - MP (Multiplayer) + default: 0 + validations: + required: true + + - type: dropdown + id: about + attributes: + label: What is your question about? + description: Select a category. + options: + - Course creation + - Vehicle settings + - Global CP settings + - more later + default: 0 + validations: + required: true + + - type: textarea + id: question + attributes: + label: What is your question? + description: Question + placeholder: Question + validations: + required: true + + - type: textarea + id: screenshots + attributes: + label: Screenshots + description: Use drag and drop into the textbox to upload the screenshots. + placeholder: If you have any helpful screenshots to discribe your situation, please add them here. + validations: + required: true \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/REQUEST_DE.yml b/.github/ISSUE_TEMPLATE/REQUEST_DE.yml new file mode 100644 index 000000000..990209b69 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/REQUEST_DE.yml @@ -0,0 +1,73 @@ +name: Feature Idee/Anfrage [DE] +description: Eine Anfrage oder Idee für ein Feature +labels: + - Suggestion +assignees: + - Tensuko +body: + - type: markdown + attributes: + value: | + Danke, dass du dir Zeit nimmst Report auszufüllen. + Lese dir bitte zuerst unsere [Wiki Seite](https://github.com/Courseplay/Courseplay_FS22/wiki) durch, bevor du ein neues Issue erstellst! + + - type: dropdown + id: mod-version + attributes: + label: Version + description: Welche CP Version verwendest du? + options: + - 7.5.0.0 + - 7.5.0.1 + - 8.0.0.0 + default: 0 + validations: + required: true + + - type: dropdown + id: spmp + attributes: + label: SP/MP + description: Betrifft die Idee SP oder MP? + options: + - SP (Singleplayer) + - MP (Multiplayer) + default: 0 + validations: + required: true + + - type: textarea + id: what-does + attributes: + label: Was kann mit deiner Idee gemacht werden? + description: Beschreibe bitte so gut es geht was für ein Problem deine Idee löst oder was sie verbessert. + placeholder: Beschreibe es so gut es geht. + validations: + required: true + + - type: textarea + id: how-to + attributes: + label: Wie könntest du dir vorstellen, wie deine Idee in CP aussehen könnte. + description: Beschreibe bitte wie es in CP passen könnte. + placeholder: Beschreibe es so gut es geht. + validations: + required: true + + - type: textarea + id: alternative + attributes: + label: Gäbe es eine Alternative? + description: Würde es eine Alternative zu deiner Lösung geben? + placeholder: Beschreibe es so gut es geht. + validations: + required: true + + - type: textarea + id: screenshots + attributes: + label: Screenshots + description: Ziehe deine Screenshots in das Textfeld um diese hoch zu laden. + placeholder: Wenn du Screenshots hast die helfen deine Idee besser zu verstehen, füge sie bitte hier ein. + validations: + required: true \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/REQUEST_EN.yml b/.github/ISSUE_TEMPLATE/REQUEST_EN.yml new file mode 100644 index 000000000..a9632a94c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/REQUEST_EN.yml @@ -0,0 +1,73 @@ +name: Feature Idea/Request [EN] +description: A feature request or Idea. +labels: + - Suggestion +assignees: + - Tensuko +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this report! + Please make sure to read our [Wiki Page](https://github.com/Courseplay/Courseplay_FS22/wiki) before creating a new issue! + + - type: dropdown + id: mod-version + attributes: + label: Version + description: What is the current CP Version, that you use? + options: + - 7.5.0.0 + - 7.5.0.1 + - 8.0.0.0 + default: 0 + validations: + required: true + + - type: dropdown + id: spmp + attributes: + label: SP/MP + description: Is your Idea for SP oder MP? + options: + - SP (Singleplayer) + - MP (Multiplayer) + default: 0 + validations: + required: true + + - type: textarea + id: what-does + attributes: + label: What can be done with your Idea? + description: Beschreibe bitte so gut es geht was für ein Problem deine Idee löst oder was sie verbessert. + placeholder: Discribe as good as possible. + validations: + required: true + + - type: textarea + id: how-to + attributes: + label: How could you Imagine, how your Idea could look like in CP. + description: Describe the solution you'd like. + placeholder: Discribe as good as possible. + validations: + required: true + + - type: textarea + id: alternative + attributes: + label: Is there an alternative? + description: Is there an alternatives you've considered? + placeholder: Discribe as good as possible. + validations: + required: true + + - type: textarea + id: screenshots + attributes: + label: Screenshots + description: Use drag and drop into the textbox to upload the screenshots. + placeholder: If you have any helpful screenshots to discribe your Idea, please add them here. + validations: + required: true \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/bug-report-multiplayer.md b/.github/ISSUE_TEMPLATE/bug-report-multiplayer.md deleted file mode 100644 index e8cc33af1..000000000 --- a/.github/ISSUE_TEMPLATE/bug-report-multiplayer.md +++ /dev/null @@ -1,51 +0,0 @@ ---- -name: Bug report multiplayer -about: Create a report to help us improve. -title: "[BUG_MP]" -labels: ["bug", "multiplayer"] -assignees: '' - ---- -**READ FIRST** -https://github.com/Courseplay/Courseplay_FS22/wiki - -**Steps to reproduce** -Steps to reproduce the behavior. - -**Actual behavior** -A clear and concise description of what happen. - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Courseplay version** -Version used: - -**Client Log** -Please attach your personal log file with all debug channels active. -For help with the debug channels, -please check out the readme at the github front page. - -**Server Log** -Please attach a log from the server with all debug channels active, -if it's possible. - -**Player on the server** -Number of players on the server, as the bug appeared. - -**Dedicated server or local hosted server** -Dedicated server yes/no ? - -**Map** -Map played on. - -**Vehicles/ implements involved** -Which vehicle or implement? -Mod yes/no ? - -**Relevant script mods** -Mods like Autodrive or VCA and so on. - diff --git a/.github/ISSUE_TEMPLATE/bug-report-singleplayer.md b/.github/ISSUE_TEMPLATE/bug-report-singleplayer.md deleted file mode 100644 index e2adcbd37..000000000 --- a/.github/ISSUE_TEMPLATE/bug-report-singleplayer.md +++ /dev/null @@ -1,41 +0,0 @@ ---- -name: Bug report singleplayer -about: Create a report to help us improve. -title: "[BUG_SP]" -labels: bug -assignees: '' - ---- -**READ FIRST** -https://github.com/Courseplay/Courseplay_FS22/wiki - -**Steps to reproduce** -Steps to reproduce the behavior. - -**Actual behavior** -A clear and concise description of what happen. - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Courseplay version** -Version used: - -**Log** -Please attach a log with all debug channels active. -For help with the debug channels, -please check out the readme at the github front page. - -**Map** -Map played on. - -**Vehicles/ implements involved** -Which vehicle or implement? -Mod yes/no ? - -**Relevant script mods** -Mods like Autodrive or VCA and so on. - diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml deleted file mode 100644 index ec4bb386b..000000000 --- a/.github/ISSUE_TEMPLATE/config.yml +++ /dev/null @@ -1 +0,0 @@ -blank_issues_enabled: false \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 49ff51805..000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: "[Feature]" -labels: enhancement -assignees: '' - ---- - -**What is the problem this feature/enhancement solves?** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md deleted file mode 100644 index dce3fafa5..000000000 --- a/.github/ISSUE_TEMPLATE/question.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Question -about: Question related to courseplay. -title: "[Question]" -labels: question -assignees: Tensuko - ---- - - From 24ed2268dde45b6f3b496b3fec2400ae264aebd9 Mon Sep 17 00:00:00 2001 From: Tensuko Date: Sat, 5 Oct 2024 23:00:43 +0200 Subject: [PATCH 02/18] review fixes --- .github/ISSUE_TEMPLATE/BUG_REPORT_DE.yml | 12 ++++++------ .github/ISSUE_TEMPLATE/BUG_REPORT_EN.yml | 10 +++++----- .github/ISSUE_TEMPLATE/QUESTION_DE.yml | 6 +++--- .github/ISSUE_TEMPLATE/QUESTION_EN.yml | 4 ++-- .github/ISSUE_TEMPLATE/REQUEST_DE.yml | 12 ++++++------ .github/ISSUE_TEMPLATE/REQUEST_EN.yml | 10 +++++----- 6 files changed, 27 insertions(+), 27 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT_DE.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT_DE.yml index afa203b32..6ddabcc3a 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT_DE.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT_DE.yml @@ -8,7 +8,7 @@ body: - type: markdown attributes: value: | - Danke, dass du dir Zeit nimmst diesen Bugreport auszufüllen. + Danke, dass du dir Zeit nimmst, diesen Bugreport auszufüllen. Lese dir bitte zuerst unsere [Wiki Seite](https://github.com/Courseplay/Courseplay_FS22/wiki) durch, bevor du ein neues Issue erstellst! - type: dropdown @@ -71,7 +71,7 @@ body: id: what-happened attributes: label: Was ist passiert? - description: Bitte beschreibe so gut es geht was passiert ist. + description: Bitte beschreibe so gut es geht, was passiert ist. placeholder: Erzähle uns, was du gesehen hast! validations: required: true @@ -80,7 +80,7 @@ body: id: how-to attributes: label: Wie können wir diesen Fehler nachstellen? - description: Beschreibe bitte, Wenn möglich, wie wir den Fehler reproduzieren können. + description: Beschreibe bitte, wenn möglich, wie wir den Fehler reproduzieren können. placeholder: Beschreibe es so gut es geht. validations: required: true @@ -98,7 +98,7 @@ body: id: logs attributes: label: Bitte hänge deine log.txt an! - description: Ziehe die Datei in die Textbox um die log.txt hoch zu laden oder verwende [Gist](https://gist.github.com/) oder [Pastebin](http://pastebin.com/). + description: Ziehe die Datei in die Textfeld, um die log.txt hoch zu laden oder verwende [Gist](https://gist.github.com/) oder [Pastebin](http://pastebin.com/). placeholder: Bitte füge deine log.txt von file path ("C:\\Users\\\\Documents\\My Games\\FarmingSimulator2022\\log.txt") an. validations: required: true @@ -107,7 +107,7 @@ body: id: screenshots attributes: label: Screenshots - description: Ziehe deine Screenshots in das Textfeld um diese hoch zu laden. - placeholder: Wenn du Screenshots hast die helfen dein Problem zu beschreiben, füge sie hier ein. + description: Ziehe deine Screenshots in das Textfeld, um diese hoch zu laden. + placeholder: Wenn du Screenshots hast, die helfen dein Problem zu beschreiben, füge sie hier ein. validations: required: true \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT_EN.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT_EN.yml index 82e1a7466..3feb78f39 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT_EN.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT_EN.yml @@ -71,7 +71,7 @@ body: id: what-happened attributes: label: What did happened? - description: Please discribe what happend. + description: Please describe what happended. placeholder: Tell us what you see! validations: required: true @@ -80,8 +80,8 @@ body: id: how-to attributes: label: How can we reproduce this? - description: If you can, please discribe how we can reproduce this to check closeer what is happening. - placeholder: Discribe as good as possible. + description: If you can, please describe how we can reproduce this to check closeer what is happening. + placeholder: Describe as good as possible. validations: required: true @@ -90,7 +90,7 @@ body: attributes: label: What do you expect to happen? description: What expectation did you have when you tried that function and the bug occurred. - placeholder: Discribe as good as possible. + placeholder: Describe as good as possible. validations: required: true @@ -108,6 +108,6 @@ body: attributes: label: Screenshots description: Use drag and drop into the textbox to upload the screenshots. - placeholder: If you have any helpful screenshots to discribe your situation, please add them here. + placeholder: If you have any helpful screenshots to describe your situation, please add them here. validations: required: true \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/QUESTION_DE.yml b/.github/ISSUE_TEMPLATE/QUESTION_DE.yml index 51e401f10..e486ed0a6 100644 --- a/.github/ISSUE_TEMPLATE/QUESTION_DE.yml +++ b/.github/ISSUE_TEMPLATE/QUESTION_DE.yml @@ -8,7 +8,7 @@ body: - type: markdown attributes: value: | - Bitte benutze diese Vorlage um deine Frage zu stellen! + Bitte benutze diese Vorlage, um deine Frage zu stellen! Lese dir bitte zuerst unsere [Wiki Seite](https://github.com/Courseplay/Courseplay_FS22/wiki) durch, bevor du ein neues Issue erstellst! - type: dropdown @@ -64,7 +64,7 @@ body: id: screenshots attributes: label: Screenshots - description: Ziehe deine Screenshots in das Textfeld um diese hoch zu laden. - placeholder: Wenn du Screenshots hast die helfen dein Frage zu beschreiben, füge sie hier ein. + description: Ziehe deine Screenshots in das Textfeld, um diese hoch zu laden. + placeholder: Wenn du Screenshots hast, die helfen dein Frage zu beschreiben, füge sie hier ein. validations: required: false \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/QUESTION_EN.yml b/.github/ISSUE_TEMPLATE/QUESTION_EN.yml index 5d67385b9..bcf3e9b12 100644 --- a/.github/ISSUE_TEMPLATE/QUESTION_EN.yml +++ b/.github/ISSUE_TEMPLATE/QUESTION_EN.yml @@ -8,7 +8,7 @@ body: - type: markdown attributes: value: | - Please your this template to ask your question! + Please use this template to ask your question! Please make sure to read our [Wiki Page](https://github.com/Courseplay/Courseplay_FS22/wiki) before creating a new issue! - type: dropdown @@ -64,6 +64,6 @@ body: attributes: label: Screenshots description: Use drag and drop into the textbox to upload the screenshots. - placeholder: If you have any helpful screenshots to discribe your situation, please add them here. + placeholder: If you have any helpful screenshots to describe your situation, please add them here. validations: required: true \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/REQUEST_DE.yml b/.github/ISSUE_TEMPLATE/REQUEST_DE.yml index 990209b69..daf42ec02 100644 --- a/.github/ISSUE_TEMPLATE/REQUEST_DE.yml +++ b/.github/ISSUE_TEMPLATE/REQUEST_DE.yml @@ -1,5 +1,5 @@ name: Feature Idee/Anfrage [DE] -description: Eine Anfrage oder Idee für ein Feature +description: Eine Anfrage oder Idee für ein Feature. labels: - Suggestion assignees: @@ -8,7 +8,7 @@ body: - type: markdown attributes: value: | - Danke, dass du dir Zeit nimmst Report auszufüllen. + Danke, dass du dir Zeit nimmst, diesen Report auszufüllen. Lese dir bitte zuerst unsere [Wiki Seite](https://github.com/Courseplay/Courseplay_FS22/wiki) durch, bevor du ein neues Issue erstellst! - type: dropdown @@ -40,7 +40,7 @@ body: id: what-does attributes: label: Was kann mit deiner Idee gemacht werden? - description: Beschreibe bitte so gut es geht was für ein Problem deine Idee löst oder was sie verbessert. + description: Beschreibe bitte so gut es geht, was für ein Problem deine Idee löst oder was sie verbessert. placeholder: Beschreibe es so gut es geht. validations: required: true @@ -49,7 +49,7 @@ body: id: how-to attributes: label: Wie könntest du dir vorstellen, wie deine Idee in CP aussehen könnte. - description: Beschreibe bitte wie es in CP passen könnte. + description: Beschreibe bitte, wie es in CP passen könnte. placeholder: Beschreibe es so gut es geht. validations: required: true @@ -67,7 +67,7 @@ body: id: screenshots attributes: label: Screenshots - description: Ziehe deine Screenshots in das Textfeld um diese hoch zu laden. - placeholder: Wenn du Screenshots hast die helfen deine Idee besser zu verstehen, füge sie bitte hier ein. + description: Ziehe deine Screenshots in das Textfeld, um diese hoch zu laden. + placeholder: Wenn du Screenshots hast, die helfen deine Idee besser zu verstehen, füge sie bitte hier ein. validations: required: true \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/REQUEST_EN.yml b/.github/ISSUE_TEMPLATE/REQUEST_EN.yml index a9632a94c..849651aa3 100644 --- a/.github/ISSUE_TEMPLATE/REQUEST_EN.yml +++ b/.github/ISSUE_TEMPLATE/REQUEST_EN.yml @@ -40,17 +40,17 @@ body: id: what-does attributes: label: What can be done with your Idea? - description: Beschreibe bitte so gut es geht was für ein Problem deine Idee löst oder was sie verbessert. - placeholder: Discribe as good as possible. + description: Please describe as good as possible, what problem your idea solves. + placeholder: Describe as good as possible. validations: required: true - type: textarea id: how-to attributes: - label: How could you Imagine, how your Idea could look like in CP. + label: How could you imagine, how your idea could look like in CP. description: Describe the solution you'd like. - placeholder: Discribe as good as possible. + placeholder: Describe as good as possible. validations: required: true @@ -59,7 +59,7 @@ body: attributes: label: Is there an alternative? description: Is there an alternatives you've considered? - placeholder: Discribe as good as possible. + placeholder: Describe as good as possible. validations: required: true From 8786313b1282ec85f77efe137b60654bed8e1f7e Mon Sep 17 00:00:00 2001 From: Tensuko Date: Sat, 5 Oct 2024 23:07:12 +0200 Subject: [PATCH 03/18] ups --- .github/ISSUE_TEMPLATE/BUG_REPORT_DE.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT_DE.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT_DE.yml index 6ddabcc3a..fad915c2b 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT_DE.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT_DE.yml @@ -98,7 +98,7 @@ body: id: logs attributes: label: Bitte hänge deine log.txt an! - description: Ziehe die Datei in die Textfeld, um die log.txt hoch zu laden oder verwende [Gist](https://gist.github.com/) oder [Pastebin](http://pastebin.com/). + description: Ziehe die Datei in das Textfeld, um die log.txt hoch zu laden oder verwende [Gist](https://gist.github.com/) oder [Pastebin](http://pastebin.com/). placeholder: Bitte füge deine log.txt von file path ("C:\\Users\\\\Documents\\My Games\\FarmingSimulator2022\\log.txt") an. validations: required: true From 965c820777f0e85e16e693abc459dfbba01af238 Mon Sep 17 00:00:00 2001 From: Peter Vaiko Date: Sat, 5 Oct 2024 18:28:49 -0400 Subject: [PATCH 04/18] doc: English templates --- .github/ISSUE_TEMPLATE/BUG_REPORT_EN.yml | 12 ++++++------ .github/ISSUE_TEMPLATE/QUESTION_EN.yml | 4 ++-- .github/ISSUE_TEMPLATE/REQUEST_EN.yml | 12 ++++++------ 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT_EN.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT_EN.yml index 3feb78f39..e1e5c9328 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT_EN.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT_EN.yml @@ -15,7 +15,7 @@ body: id: mod-version attributes: label: Version - description: Select the version you have active when the bug occurs. + description: Which CoursePlay version are you using? options: - 7.5.0.0 - 7.5.0.1 @@ -70,8 +70,8 @@ body: - type: textarea id: what-happened attributes: - label: What did happened? - description: Please describe what happended. + label: What happened? + description: Please describe what happened. placeholder: Tell us what you see! validations: required: true @@ -80,7 +80,7 @@ body: id: how-to attributes: label: How can we reproduce this? - description: If you can, please describe how we can reproduce this to check closeer what is happening. + description: If you can, please describe the steps to reproduce this bug. placeholder: Describe as good as possible. validations: required: true @@ -88,8 +88,8 @@ body: - type: textarea id: expect attributes: - label: What do you expect to happen? - description: What expectation did you have when you tried that function and the bug occurred. + label: What did you expect to happen? + description: What did you expect to happen when you tried that function and the bug occurred. placeholder: Describe as good as possible. validations: required: true diff --git a/.github/ISSUE_TEMPLATE/QUESTION_EN.yml b/.github/ISSUE_TEMPLATE/QUESTION_EN.yml index bcf3e9b12..85e0fa544 100644 --- a/.github/ISSUE_TEMPLATE/QUESTION_EN.yml +++ b/.github/ISSUE_TEMPLATE/QUESTION_EN.yml @@ -15,7 +15,7 @@ body: id: mod-version attributes: label: Version - description: Select the version you have active when the bug occurs. + description: Which CoursePlay version are you using? options: - 7.5.0.0 - 7.5.0.1 @@ -64,6 +64,6 @@ body: attributes: label: Screenshots description: Use drag and drop into the textbox to upload the screenshots. - placeholder: If you have any helpful screenshots to describe your situation, please add them here. + placeholder: If you have any helpful screenshots to describe the situation, please add them here. validations: required: true \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/REQUEST_EN.yml b/.github/ISSUE_TEMPLATE/REQUEST_EN.yml index 849651aa3..aeec0ffde 100644 --- a/.github/ISSUE_TEMPLATE/REQUEST_EN.yml +++ b/.github/ISSUE_TEMPLATE/REQUEST_EN.yml @@ -15,7 +15,7 @@ body: id: mod-version attributes: label: Version - description: What is the current CP Version, that you use? + description: Which CoursePlay version are you using? options: - 7.5.0.0 - 7.5.0.1 @@ -28,7 +28,7 @@ body: id: spmp attributes: label: SP/MP - description: Is your Idea for SP oder MP? + description: Is your idea for SP oder MP? options: - SP (Singleplayer) - MP (Multiplayer) @@ -39,8 +39,8 @@ body: - type: textarea id: what-does attributes: - label: What can be done with your Idea? - description: Please describe as good as possible, what problem your idea solves. + label: What can be done with your idea? + description: Please describe as good as possible the problem your idea solves. placeholder: Describe as good as possible. validations: required: true @@ -58,7 +58,7 @@ body: id: alternative attributes: label: Is there an alternative? - description: Is there an alternatives you've considered? + description: Are there any alternatives you've considered? placeholder: Describe as good as possible. validations: required: true @@ -68,6 +68,6 @@ body: attributes: label: Screenshots description: Use drag and drop into the textbox to upload the screenshots. - placeholder: If you have any helpful screenshots to discribe your Idea, please add them here. + placeholder: If you have any helpful screenshots to describe your idea, please add them here. validations: required: true \ No newline at end of file From 5d9da65e6660027b522f562455bbbd0fa8ccb92e Mon Sep 17 00:00:00 2001 From: Peter Vaiko Date: Sat, 5 Oct 2024 18:33:14 -0400 Subject: [PATCH 05/18] doc: English templates --- .github/ISSUE_TEMPLATE/REQUEST_EN.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/REQUEST_EN.yml b/.github/ISSUE_TEMPLATE/REQUEST_EN.yml index aeec0ffde..349b842f6 100644 --- a/.github/ISSUE_TEMPLATE/REQUEST_EN.yml +++ b/.github/ISSUE_TEMPLATE/REQUEST_EN.yml @@ -48,7 +48,7 @@ body: - type: textarea id: how-to attributes: - label: How could you imagine, how your idea could look like in CP. + label: If applicable, how would the user interface look like for this enhancement? description: Describe the solution you'd like. placeholder: Describe as good as possible. validations: From e42e684b1b2e7f302b02c47aaf0c5823236aea36 Mon Sep 17 00:00:00 2001 From: Tensuko Date: Sun, 6 Oct 2024 14:02:46 +0200 Subject: [PATCH 06/18] version correction --- .github/ISSUE_TEMPLATE/BUG_REPORT_DE.yml | 4 ++-- .github/ISSUE_TEMPLATE/BUG_REPORT_EN.yml | 3 +-- .github/ISSUE_TEMPLATE/QUESTION_DE.yml | 3 +-- .github/ISSUE_TEMPLATE/QUESTION_EN.yml | 3 +-- .github/ISSUE_TEMPLATE/REQUEST_DE.yml | 3 +-- .github/ISSUE_TEMPLATE/REQUEST_EN.yml | 3 +-- 6 files changed, 7 insertions(+), 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT_DE.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT_DE.yml index fad915c2b..03ca6c853 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT_DE.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT_DE.yml @@ -18,8 +18,8 @@ body: description: Welche CP Version verwendest du? options: - 7.5.0.0 - - 7.5.0.1 - - 8.0.0.0 + - 7.4.2.3 + default: 0 validations: required: true diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT_EN.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT_EN.yml index e1e5c9328..2de5206ed 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT_EN.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT_EN.yml @@ -18,8 +18,7 @@ body: description: Which CoursePlay version are you using? options: - 7.5.0.0 - - 7.5.0.1 - - 8.0.0.0 + - 7.5.0.0 default: 0 validations: required: true diff --git a/.github/ISSUE_TEMPLATE/QUESTION_DE.yml b/.github/ISSUE_TEMPLATE/QUESTION_DE.yml index e486ed0a6..b67df64b4 100644 --- a/.github/ISSUE_TEMPLATE/QUESTION_DE.yml +++ b/.github/ISSUE_TEMPLATE/QUESTION_DE.yml @@ -18,8 +18,7 @@ body: description: Welche CP Version verwendest du? options: - 7.5.0.0 - - 7.5.0.1 - - 8.0.0.0 + - 7.5.0.0 default: 0 validations: required: true diff --git a/.github/ISSUE_TEMPLATE/QUESTION_EN.yml b/.github/ISSUE_TEMPLATE/QUESTION_EN.yml index 85e0fa544..768d51608 100644 --- a/.github/ISSUE_TEMPLATE/QUESTION_EN.yml +++ b/.github/ISSUE_TEMPLATE/QUESTION_EN.yml @@ -18,8 +18,7 @@ body: description: Which CoursePlay version are you using? options: - 7.5.0.0 - - 7.5.0.1 - - 8.0.0.0 + - 7.5.0.0 default: 0 validations: required: true diff --git a/.github/ISSUE_TEMPLATE/REQUEST_DE.yml b/.github/ISSUE_TEMPLATE/REQUEST_DE.yml index daf42ec02..5b918136f 100644 --- a/.github/ISSUE_TEMPLATE/REQUEST_DE.yml +++ b/.github/ISSUE_TEMPLATE/REQUEST_DE.yml @@ -18,8 +18,7 @@ body: description: Welche CP Version verwendest du? options: - 7.5.0.0 - - 7.5.0.1 - - 8.0.0.0 + - 7.5.0.0 default: 0 validations: required: true diff --git a/.github/ISSUE_TEMPLATE/REQUEST_EN.yml b/.github/ISSUE_TEMPLATE/REQUEST_EN.yml index 349b842f6..b31d4ca74 100644 --- a/.github/ISSUE_TEMPLATE/REQUEST_EN.yml +++ b/.github/ISSUE_TEMPLATE/REQUEST_EN.yml @@ -18,8 +18,7 @@ body: description: Which CoursePlay version are you using? options: - 7.5.0.0 - - 7.5.0.1 - - 8.0.0.0 + - 7.4.2.3 default: 0 validations: required: true From eb37c296965d73879dfbb73dc88db0e76ff0dc71 Mon Sep 17 00:00:00 2001 From: David Schwietering Date: Fri, 18 Oct 2024 21:19:45 +0200 Subject: [PATCH 07/18] WIP workflow to update the template game version --- .github/scripts/update-templates/config.json | 57 +++++++++++++++++++ .../update-templates/updateTemplates.py | 53 +++++++++++++++++ .github/workflows/templates-update.yml | 40 +++++++++++++ README.md | 2 +- 4 files changed, 151 insertions(+), 1 deletion(-) create mode 100644 .github/scripts/update-templates/config.json create mode 100644 .github/scripts/update-templates/updateTemplates.py create mode 100644 .github/workflows/templates-update.yml diff --git a/.github/scripts/update-templates/config.json b/.github/scripts/update-templates/config.json new file mode 100644 index 000000000..d5dc52371 --- /dev/null +++ b/.github/scripts/update-templates/config.json @@ -0,0 +1,57 @@ +{ + "game_versions" : [ + "1.14.0.0", + "1.13.1.1", + "1.13.1.0", + "1.12.0.0", + "1.10.1.1", + "1.10.1.0", + "1.9.1.0", + "1.9.0.0", + "1.8.2.0", + "1.8.1.0", + "1.7.1.0", + "1.7.0.1", + "1.7.0.0", + "1.6.0.0", + "1.5.0.0", + "1.4.1.0", + "1.4.0.0", + "1.3.1.0", + "1.3.0.0", + "1.2.0.2", + "1.2.0.0" + ], + "cp_versions" : [ + "7.3.0.0", + "7.3.0.1", + "7.3.0.2", + "7.3.0.3", + "7.3.1.0", + "7.3.1.1", + "7.3.1.2", + "7.3.1.3", + "7.3.1.4", + "7.3.1.5", + "7.4.0.0", + "7.4.0.1", + "7.4.0.2", + "7.4.1.0", + "7.4.1.1", + "7.4.1.2", + "7.4.1.3", + "7.4.2.0", + "7.4.2.1", + "7.4.2.2", + "7.4.2.3", + "7.4.2.4" + ], + "modhub_versions" : [ + "7.4.0.0", + "7.3.0.0", + "7.2.0.5", + "7.2.0.0", + "7.1.0.3", + "7.1.0.0" + ] +} \ No newline at end of file diff --git a/.github/scripts/update-templates/updateTemplates.py b/.github/scripts/update-templates/updateTemplates.py new file mode 100644 index 000000000..1fce4c5e3 --- /dev/null +++ b/.github/scripts/update-templates/updateTemplates.py @@ -0,0 +1,53 @@ +import yaml, os, pprint, json + +dir_path = '/.github/ISSUE_TEMPLATE/' +config_path = os.path.dirname(__file__) + "/config.json" + +# Gets the parent dict/list element for a given value. +def getDictWithValueRecursive(data, value : str) -> dict|list|None: + if type(data) == dict: + for k, d in data.items(): + if d == value: + return data + ret = getDictWithValueRecursive(d, value) + if ret: + return ret + elif type(data) == list: + for d in data: + if d == value: + return data + ret = getDictWithValueRecursive(d, value) + if ret: + return ret + +# Updates the possible cp and game versions +def updateTemplateFile(filname : str, config : dict) -> None: + data = None + with open(os.getcwd() + dir_path + filname, 'r') as file: + data = yaml.safe_load(file) + + item = getDictWithValueRecursive(data, "mod-version") + item["attributes"]["options"] = config["cp_versions"] + item["attributes"]["default"] = len(config["cp_versions"]) - 1 + item = getDictWithValueRecursive(data, "game-version") + if item: + item["attributes"]["options"] = config["game_versions"] + item["attributes"]["default"] = len(config["game_versions"]) - 1 + + with open(os.getcwd() + dir_path + filname, 'w') as file: + yaml.dump(data, file, indent=2, sort_keys=False, allow_unicode=True) + +def main(): + with open(config_path, "r") as file: + config = json.load(file) + for version in config["modhub_versions"]: + if not version in config["cp_versions"]: + config["cp_versions"].append(version) + + config["game_versions"].sort(key=lambda s: list(map(int, s.split('.')))) + config["cp_versions"].sort(key=lambda s: list(map(int, s.split('.')))) + for filename in os.listdir(os.getcwd() + dir_path): + updateTemplateFile(filename, config) + +if __name__ == "__main__": + main() \ No newline at end of file diff --git a/.github/workflows/templates-update.yml b/.github/workflows/templates-update.yml new file mode 100644 index 000000000..bd689ab4a --- /dev/null +++ b/.github/workflows/templates-update.yml @@ -0,0 +1,40 @@ +name: Update-translations + +# Controls when the workflow will run +on: + release: + + push: + paths: + - "**/ISSUE_TEMPLATE/**" + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + + +# The list of jobs this workflow executes +jobs: + # Updates the translations + update_templates: + name: Update templates + runs-on: ubuntu-latest + steps: + - name: Checkout repository + uses: actions/checkout@v3 + with: + repository: ${{ github.event.pull_request.head.repo.full_name }} + ref: ${{ github.event.pull_request.head.ref }} + fetch-depth: 0 + - name: Setup python + uses: actions/setup-python@v4 + with: + python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax + architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified + - name: + run: + python -m pip install pyyaml + python .github/scripts/update-templates/updateTemplates.py + + - name: Commit files + uses: stefanzweifel/git-auto-commit-action@v4 + with: + commit_message: Updated github templates \ No newline at end of file diff --git a/README.md b/README.md index 22d585a4d..53cc3ba82 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Courseplay Beta for Farming Simulator 2022 -[![Modhub release](https://img.shields.io/badge/Modhub%20Release-Modification-blue.svg)](https://www.farming-simulator.com/mod.php?mod_id=248390) +[![Modhub release](https://img.shields.io/badge/Modhub%20Release-Modification-blue.svg)](https://www.farming-simulator.com/mod.php?mod_id=248390title=fs2022) [![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/Courseplay/Courseplay_FS22?include_prereleases&style=flat-square&label=Github+Release)](https://github.com/Courseplay/Courseplay_FS22/releases/latest) [![GitHub Pre-Releases (by Asset)](https://img.shields.io/github/downloads-pre/Courseplay/Courseplay_FS22/latest/FS22_Courseplay.zip?style=flat-square)](https://github.com/Courseplay/Courseplay_FS22/releases/latest/download/FS22_Courseplay.zip) [![GitHub issues](https://img.shields.io/github/issues/Courseplay/Courseplay_FS22?style=flat-square)](https://github.com/Courseplay/Courseplay_FS22/issues) From 939e49b1e2c2403dd1b0ba953a6a258cfe3d479b Mon Sep 17 00:00:00 2001 From: Tensuko Date: Sat, 26 Oct 2024 17:14:50 +0200 Subject: [PATCH 08/18] Webside addition --- .github/ISSUE_TEMPLATE/BUG_REPORT_DE.yml | 5 ++--- .github/ISSUE_TEMPLATE/QUESTION_DE.yml | 5 +++-- .github/ISSUE_TEMPLATE/QUESTION_EN.yml | 3 ++- .github/ISSUE_TEMPLATE/REQUEST_EN.yml | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT_DE.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT_DE.yml index 03ca6c853..f45bcd7db 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT_DE.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT_DE.yml @@ -10,7 +10,7 @@ body: value: | Danke, dass du dir Zeit nimmst, diesen Bugreport auszufüllen. Lese dir bitte zuerst unsere [Wiki Seite](https://github.com/Courseplay/Courseplay_FS22/wiki) durch, bevor du ein neues Issue erstellst! - + - type: dropdown id: mod-version attributes: @@ -18,8 +18,7 @@ body: description: Welche CP Version verwendest du? options: - 7.5.0.0 - - 7.4.2.3 - + - 7.4.2.4 default: 0 validations: required: true diff --git a/.github/ISSUE_TEMPLATE/QUESTION_DE.yml b/.github/ISSUE_TEMPLATE/QUESTION_DE.yml index b67df64b4..1a324c6cb 100644 --- a/.github/ISSUE_TEMPLATE/QUESTION_DE.yml +++ b/.github/ISSUE_TEMPLATE/QUESTION_DE.yml @@ -10,7 +10,8 @@ body: value: | Bitte benutze diese Vorlage, um deine Frage zu stellen! Lese dir bitte zuerst unsere [Wiki Seite](https://github.com/Courseplay/Courseplay_FS22/wiki) durch, bevor du ein neues Issue erstellst! - + Unsere Hilfe aus dem Spiel, gibt es auch unter [Courseplay.dev]!(https://courseplay.github.io/Courseplay_FS22.github.io/), dort kannst du bereits vieles zu Courseplay erfahren! + - type: dropdown id: mod-version attributes: @@ -18,7 +19,7 @@ body: description: Welche CP Version verwendest du? options: - 7.5.0.0 - - 7.5.0.0 + - 7.4.2.4 default: 0 validations: required: true diff --git a/.github/ISSUE_TEMPLATE/QUESTION_EN.yml b/.github/ISSUE_TEMPLATE/QUESTION_EN.yml index 768d51608..6e258a662 100644 --- a/.github/ISSUE_TEMPLATE/QUESTION_EN.yml +++ b/.github/ISSUE_TEMPLATE/QUESTION_EN.yml @@ -10,6 +10,7 @@ body: value: | Please use this template to ask your question! Please make sure to read our [Wiki Page](https://github.com/Courseplay/Courseplay_FS22/wiki) before creating a new issue! + Our help pages from the game can also be found at [Courseplay.dev]!(https://courseplay.github.io/Courseplay_FS22.github.io/), there you can check out many informations before asking a qustion! - type: dropdown id: mod-version @@ -18,7 +19,7 @@ body: description: Which CoursePlay version are you using? options: - 7.5.0.0 - - 7.5.0.0 + - 7.4.2.4 default: 0 validations: required: true diff --git a/.github/ISSUE_TEMPLATE/REQUEST_EN.yml b/.github/ISSUE_TEMPLATE/REQUEST_EN.yml index b31d4ca74..0d2e37e54 100644 --- a/.github/ISSUE_TEMPLATE/REQUEST_EN.yml +++ b/.github/ISSUE_TEMPLATE/REQUEST_EN.yml @@ -18,7 +18,7 @@ body: description: Which CoursePlay version are you using? options: - 7.5.0.0 - - 7.4.2.3 + - 7.4.2.4 default: 0 validations: required: true From 81a4cfd423214019333e53bba42ca990de40106e Mon Sep 17 00:00:00 2001 From: Tensuko Date: Sat, 26 Oct 2024 17:16:56 +0200 Subject: [PATCH 09/18] forgot stuff --- .github/ISSUE_TEMPLATE/BUG_REPORT_EN.yml | 2 +- .github/ISSUE_TEMPLATE/REQUEST_DE.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT_EN.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT_EN.yml index 2de5206ed..3589a3705 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT_EN.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT_EN.yml @@ -18,7 +18,7 @@ body: description: Which CoursePlay version are you using? options: - 7.5.0.0 - - 7.5.0.0 + - 7.4.2.4 default: 0 validations: required: true diff --git a/.github/ISSUE_TEMPLATE/REQUEST_DE.yml b/.github/ISSUE_TEMPLATE/REQUEST_DE.yml index 5b918136f..03c147d12 100644 --- a/.github/ISSUE_TEMPLATE/REQUEST_DE.yml +++ b/.github/ISSUE_TEMPLATE/REQUEST_DE.yml @@ -18,7 +18,7 @@ body: description: Welche CP Version verwendest du? options: - 7.5.0.0 - - 7.5.0.0 + - 7.4.2.4 default: 0 validations: required: true From 238324680cb85c5a06cb36a33f7954783904e2be Mon Sep 17 00:00:00 2001 From: Tensuko Date: Sat, 26 Oct 2024 17:17:54 +0200 Subject: [PATCH 10/18] maybe this? --- .github/ISSUE_TEMPLATE/BUG_REPORT_DE.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT_DE.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT_DE.yml index f45bcd7db..17b275bca 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT_DE.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT_DE.yml @@ -19,6 +19,7 @@ body: options: - 7.5.0.0 - 7.4.2.4 + default: 0 validations: required: true From 617a5a2a68d4b686619a9dd955a1bc7f3f46c7c1 Mon Sep 17 00:00:00 2001 From: Tensuko Date: Sat, 26 Oct 2024 17:18:06 +0200 Subject: [PATCH 11/18] stupid me --- .github/ISSUE_TEMPLATE/BUG_REPORT_EN.yml | 1 + .github/ISSUE_TEMPLATE/QUESTION_DE.yml | 1 + .github/ISSUE_TEMPLATE/QUESTION_EN.yml | 1 + .github/ISSUE_TEMPLATE/REQUEST_DE.yml | 1 + .github/ISSUE_TEMPLATE/REQUEST_EN.yml | 1 + 5 files changed, 5 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT_EN.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT_EN.yml index 3589a3705..946b8062f 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT_EN.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT_EN.yml @@ -19,6 +19,7 @@ body: options: - 7.5.0.0 - 7.4.2.4 + default: 0 validations: required: true diff --git a/.github/ISSUE_TEMPLATE/QUESTION_DE.yml b/.github/ISSUE_TEMPLATE/QUESTION_DE.yml index 1a324c6cb..4e2a5252e 100644 --- a/.github/ISSUE_TEMPLATE/QUESTION_DE.yml +++ b/.github/ISSUE_TEMPLATE/QUESTION_DE.yml @@ -20,6 +20,7 @@ body: options: - 7.5.0.0 - 7.4.2.4 + default: 0 validations: required: true diff --git a/.github/ISSUE_TEMPLATE/QUESTION_EN.yml b/.github/ISSUE_TEMPLATE/QUESTION_EN.yml index 6e258a662..a82f3681b 100644 --- a/.github/ISSUE_TEMPLATE/QUESTION_EN.yml +++ b/.github/ISSUE_TEMPLATE/QUESTION_EN.yml @@ -20,6 +20,7 @@ body: options: - 7.5.0.0 - 7.4.2.4 + default: 0 validations: required: true diff --git a/.github/ISSUE_TEMPLATE/REQUEST_DE.yml b/.github/ISSUE_TEMPLATE/REQUEST_DE.yml index 03c147d12..a1a4417d6 100644 --- a/.github/ISSUE_TEMPLATE/REQUEST_DE.yml +++ b/.github/ISSUE_TEMPLATE/REQUEST_DE.yml @@ -19,6 +19,7 @@ body: options: - 7.5.0.0 - 7.4.2.4 + default: 0 validations: required: true diff --git a/.github/ISSUE_TEMPLATE/REQUEST_EN.yml b/.github/ISSUE_TEMPLATE/REQUEST_EN.yml index 0d2e37e54..55be75ab4 100644 --- a/.github/ISSUE_TEMPLATE/REQUEST_EN.yml +++ b/.github/ISSUE_TEMPLATE/REQUEST_EN.yml @@ -19,6 +19,7 @@ body: options: - 7.5.0.0 - 7.4.2.4 + default: 0 validations: required: true From 4703d3c6d6cc645179782549ee6de866b7bfa376 Mon Sep 17 00:00:00 2001 From: David Schwietering Date: Wed, 30 Oct 2024 20:02:44 +0100 Subject: [PATCH 12/18] WIP possible workflow fix maybe --- .github/workflows/templates-update.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/templates-update.yml b/.github/workflows/templates-update.yml index bd689ab4a..ebe969ae3 100644 --- a/.github/workflows/templates-update.yml +++ b/.github/workflows/templates-update.yml @@ -1,4 +1,4 @@ -name: Update-translations +name: Update-templates # Controls when the workflow will run on: @@ -27,7 +27,7 @@ jobs: - name: Setup python uses: actions/setup-python@v4 with: - python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax + python-version: '3.11.8' # Version range or exact version of a Python version to use, using SemVer's version range syntax architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified - name: run: From 152263f1673b5d9cb5a3de7a560ea6ed2d05b125 Mon Sep 17 00:00:00 2001 From: David Schwietering Date: Wed, 30 Oct 2024 20:07:33 +0100 Subject: [PATCH 13/18] Template version update --- .github/scripts/update-templates/config.json | 4 +++- .github/workflows/templates-update.yml | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/scripts/update-templates/config.json b/.github/scripts/update-templates/config.json index d5dc52371..eea12c325 100644 --- a/.github/scripts/update-templates/config.json +++ b/.github/scripts/update-templates/config.json @@ -44,9 +44,11 @@ "7.4.2.1", "7.4.2.2", "7.4.2.3", - "7.4.2.4" + "7.4.2.4", + "7.5.0.0" ], "modhub_versions" : [ + "7.5.0.0", "7.4.0.0", "7.3.0.0", "7.2.0.5", diff --git a/.github/workflows/templates-update.yml b/.github/workflows/templates-update.yml index ebe969ae3..b48956406 100644 --- a/.github/workflows/templates-update.yml +++ b/.github/workflows/templates-update.yml @@ -7,6 +7,7 @@ on: push: paths: - "**/ISSUE_TEMPLATE/**" + - "**/update-templates/**" # Allows you to run this workflow manually from the Actions tab workflow_dispatch: From a84c220545a09a37bcd813a7aef101a28c1d2706 Mon Sep 17 00:00:00 2001 From: David Schwietering Date: Wed, 30 Oct 2024 20:08:29 +0100 Subject: [PATCH 14/18] Stupid space error --- .github/workflows/templates-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/templates-update.yml b/.github/workflows/templates-update.yml index b48956406..1ad659e9c 100644 --- a/.github/workflows/templates-update.yml +++ b/.github/workflows/templates-update.yml @@ -31,7 +31,7 @@ jobs: python-version: '3.11.8' # Version range or exact version of a Python version to use, using SemVer's version range syntax architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified - name: - run: + run: | python -m pip install pyyaml python .github/scripts/update-templates/updateTemplates.py From ec290b7ac6ce09cb66823d42ba4c4419f896bb7f Mon Sep 17 00:00:00 2001 From: David Schwietering Date: Wed, 30 Oct 2024 20:09:35 +0100 Subject: [PATCH 15/18] Test workflow --- .github/ISSUE_TEMPLATE/BUG_REPORT_DE.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT_DE.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT_DE.yml index 17b275bca..8081262d8 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT_DE.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT_DE.yml @@ -18,7 +18,6 @@ body: description: Welche CP Version verwendest du? options: - 7.5.0.0 - - 7.4.2.4 default: 0 validations: From 20e5761b957462c9b7be44670d7b57bc9cf424a0 Mon Sep 17 00:00:00 2001 From: schwiti6190 Date: Wed, 30 Oct 2024 19:10:01 +0000 Subject: [PATCH 16/18] Updated github templates --- .github/ISSUE_TEMPLATE/BUG_REPORT_DE.yml | 234 ++++++++++++---------- .github/ISSUE_TEMPLATE/BUG_REPORT_EN.yml | 235 +++++++++++++---------- .github/ISSUE_TEMPLATE/QUESTION_DE.yml | 151 +++++++++------ .github/ISSUE_TEMPLATE/QUESTION_EN.yml | 149 ++++++++------ .github/ISSUE_TEMPLATE/REQUEST_DE.yml | 155 ++++++++------- .github/ISSUE_TEMPLATE/REQUEST_EN.yml | 154 ++++++++------- 6 files changed, 610 insertions(+), 468 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT_DE.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT_DE.yml index 8081262d8..279313674 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT_DE.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT_DE.yml @@ -1,112 +1,136 @@ name: Bug melden [DE] description: Einen Bug melden. labels: - - Bug +- Bug assignees: - - Tensuko +- Tensuko body: - - type: markdown - attributes: - value: | - Danke, dass du dir Zeit nimmst, diesen Bugreport auszufüllen. - Lese dir bitte zuerst unsere [Wiki Seite](https://github.com/Courseplay/Courseplay_FS22/wiki) durch, bevor du ein neues Issue erstellst! - - - type: dropdown - id: mod-version - attributes: - label: Version - description: Welche CP Version verwendest du? - options: - - 7.5.0.0 - - default: 0 - validations: - required: true +- type: markdown + attributes: + value: 'Danke, dass du dir Zeit nimmst, diesen Bugreport auszufüllen. - - type: dropdown - id: game-version - attributes: - label: Spielversion - description: Welche Spielversion verwendest du? - options: - - 1.14.0.0 - - 1.13.1.1 - - 1.13.1.0 - - 1.12.0.0 - - 1.10.1.1 - - 1.10.1.0 - - 1.9.1.0 - - 1.9.0.0 - - 1.8.2.0 - - 1.8.1.0 - - 1.7.1.0 - - 1.7.0.1 - - 1.7.0.0 - - 1.6.0.0 - - 1.5.0.0 - - 1.4.1.0 - - 1.4.0.0 - - 1.3.1.0 - - 1.3.0.0 - - 1.2.0.2 - - 1.2.0.0 - default: 0 - validations: - required: true + Lese dir bitte zuerst unsere [Wiki Seite](https://github.com/Courseplay/Courseplay_FS22/wiki) + durch, bevor du ein neues Issue erstellst! - - type: dropdown - id: spmp - attributes: - label: SP/MP - description: Hast du den Bug im SP oder MP? - options: - - SP (Singleplayer) - - MP (Multiplayer) - default: 0 - validations: - required: true - - - type: textarea - id: what-happened - attributes: - label: Was ist passiert? - description: Bitte beschreibe so gut es geht, was passiert ist. - placeholder: Erzähle uns, was du gesehen hast! - validations: - required: true - - - type: textarea - id: how-to - attributes: - label: Wie können wir diesen Fehler nachstellen? - description: Beschreibe bitte, wenn möglich, wie wir den Fehler reproduzieren können. - placeholder: Beschreibe es so gut es geht. - validations: - required: true - - - type: textarea - id: expect - attributes: - label: Was hätte passieren sollen? - description: Was hast du erwartet, was passieren sollte, als der Fehler auftrat. - placeholder: Beschreibe es so gut es geht. - validations: - required: true - - - type: textarea - id: logs - attributes: - label: Bitte hänge deine log.txt an! - description: Ziehe die Datei in das Textfeld, um die log.txt hoch zu laden oder verwende [Gist](https://gist.github.com/) oder [Pastebin](http://pastebin.com/). - placeholder: Bitte füge deine log.txt von file path ("C:\\Users\\\\Documents\\My Games\\FarmingSimulator2022\\log.txt") an. - validations: - required: true - - - type: textarea - id: screenshots - attributes: - label: Screenshots - description: Ziehe deine Screenshots in das Textfeld, um diese hoch zu laden. - placeholder: Wenn du Screenshots hast, die helfen dein Problem zu beschreiben, füge sie hier ein. - validations: - required: true \ No newline at end of file + ' +- type: dropdown + id: mod-version + attributes: + label: Version + description: Welche CP Version verwendest du? + options: + - 7.1.0.0 + - 7.1.0.3 + - 7.2.0.0 + - 7.2.0.5 + - 7.3.0.0 + - 7.3.0.1 + - 7.3.0.2 + - 7.3.0.3 + - 7.3.1.0 + - 7.3.1.1 + - 7.3.1.2 + - 7.3.1.3 + - 7.3.1.4 + - 7.3.1.5 + - 7.4.0.0 + - 7.4.0.1 + - 7.4.0.2 + - 7.4.1.0 + - 7.4.1.1 + - 7.4.1.2 + - 7.4.1.3 + - 7.4.2.0 + - 7.4.2.1 + - 7.4.2.2 + - 7.4.2.3 + - 7.4.2.4 + - 7.5.0.0 + default: 26 + validations: + required: true +- type: dropdown + id: game-version + attributes: + label: Spielversion + description: Welche Spielversion verwendest du? + options: + - 1.2.0.0 + - 1.2.0.2 + - 1.3.0.0 + - 1.3.1.0 + - 1.4.0.0 + - 1.4.1.0 + - 1.5.0.0 + - 1.6.0.0 + - 1.7.0.0 + - 1.7.0.1 + - 1.7.1.0 + - 1.8.1.0 + - 1.8.2.0 + - 1.9.0.0 + - 1.9.1.0 + - 1.10.1.0 + - 1.10.1.1 + - 1.12.0.0 + - 1.13.1.0 + - 1.13.1.1 + - 1.14.0.0 + default: 20 + validations: + required: true +- type: dropdown + id: spmp + attributes: + label: SP/MP + description: Hast du den Bug im SP oder MP? + options: + - SP (Singleplayer) + - MP (Multiplayer) + default: 0 + validations: + required: true +- type: textarea + id: what-happened + attributes: + label: Was ist passiert? + description: Bitte beschreibe so gut es geht, was passiert ist. + placeholder: Erzähle uns, was du gesehen hast! + validations: + required: true +- type: textarea + id: how-to + attributes: + label: Wie können wir diesen Fehler nachstellen? + description: Beschreibe bitte, wenn möglich, wie wir den Fehler reproduzieren + können. + placeholder: Beschreibe es so gut es geht. + validations: + required: true +- type: textarea + id: expect + attributes: + label: Was hätte passieren sollen? + description: Was hast du erwartet, was passieren sollte, als der Fehler auftrat. + placeholder: Beschreibe es so gut es geht. + validations: + required: true +- type: textarea + id: logs + attributes: + label: Bitte hänge deine log.txt an! + description: Ziehe die Datei in das Textfeld, um die log.txt hoch zu laden oder + verwende [Gist](https://gist.github.com/) oder [Pastebin](http://pastebin.com/). + placeholder: Bitte füge deine log.txt von file path ("C:\\Users\\\\Documents\\My + Games\\FarmingSimulator2022\\log.txt") an. + validations: + required: true +- type: textarea + id: screenshots + attributes: + label: Screenshots + description: Ziehe deine Screenshots in das Textfeld, um diese hoch zu laden. + placeholder: Wenn du Screenshots hast, die helfen dein Problem zu beschreiben, + füge sie hier ein. + validations: + required: true diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT_EN.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT_EN.yml index 946b8062f..abd400bcc 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT_EN.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT_EN.yml @@ -1,113 +1,136 @@ name: Bug report [EN] description: Reporting a bug. labels: - - bug +- bug assignees: - - Tensuko +- Tensuko body: - - type: markdown - attributes: - value: | - Thanks for taking the time to fill out this bug report! - Please make sure to read our [Wiki Page](https://github.com/Courseplay/Courseplay_FS22/wiki) before creating a new issue! +- type: markdown + attributes: + value: 'Thanks for taking the time to fill out this bug report! - - type: dropdown - id: mod-version - attributes: - label: Version - description: Which CoursePlay version are you using? - options: - - 7.5.0.0 - - 7.4.2.4 - - default: 0 - validations: - required: true + Please make sure to read our [Wiki Page](https://github.com/Courseplay/Courseplay_FS22/wiki) + before creating a new issue! - - type: dropdown - id: game-version - attributes: - label: Game Version - description: What version of the game are you playing? - options: - - 1.14.0.0 - - 1.13.1.1 - - 1.13.1.0 - - 1.12.0.0 - - 1.10.1.1 - - 1.10.1.0 - - 1.9.1.0 - - 1.9.0.0 - - 1.8.2.0 - - 1.8.1.0 - - 1.7.1.0 - - 1.7.0.1 - - 1.7.0.0 - - 1.6.0.0 - - 1.5.0.0 - - 1.4.1.0 - - 1.4.0.0 - - 1.3.1.0 - - 1.3.0.0 - - 1.2.0.2 - - 1.2.0.0 - default: 0 - validations: - required: true - - - type: dropdown - id: spmp - attributes: - label: SP/MP - description: Did the bug happen in SP or MP? - options: - - SP (Singleplayer) - - MP (Multiplayer) - default: 0 - validations: - required: true - - - type: textarea - id: what-happened - attributes: - label: What happened? - description: Please describe what happened. - placeholder: Tell us what you see! - validations: - required: true - - - type: textarea - id: how-to - attributes: - label: How can we reproduce this? - description: If you can, please describe the steps to reproduce this bug. - placeholder: Describe as good as possible. - validations: - required: true - - - type: textarea - id: expect - attributes: - label: What did you expect to happen? - description: What did you expect to happen when you tried that function and the bug occurred. - placeholder: Describe as good as possible. - validations: - required: true - - - type: textarea - id: logs - attributes: - label: Attach your log.txt! - description: Use drag and drop into the textbox to upload the log.txt into the text field or use [Gist](https://gist.github.com/) or [Pastebin](http://pastebin.com/). - placeholder: Please add your log.txt from file path ("C:\\Users\\\\Documents\\My Games\\FarmingSimulator2022\\log.txt"). - validations: - required: true - - - type: textarea - id: screenshots - attributes: - label: Screenshots - description: Use drag and drop into the textbox to upload the screenshots. - placeholder: If you have any helpful screenshots to describe your situation, please add them here. - validations: - required: true \ No newline at end of file + ' +- type: dropdown + id: mod-version + attributes: + label: Version + description: Which CoursePlay version are you using? + options: + - 7.1.0.0 + - 7.1.0.3 + - 7.2.0.0 + - 7.2.0.5 + - 7.3.0.0 + - 7.3.0.1 + - 7.3.0.2 + - 7.3.0.3 + - 7.3.1.0 + - 7.3.1.1 + - 7.3.1.2 + - 7.3.1.3 + - 7.3.1.4 + - 7.3.1.5 + - 7.4.0.0 + - 7.4.0.1 + - 7.4.0.2 + - 7.4.1.0 + - 7.4.1.1 + - 7.4.1.2 + - 7.4.1.3 + - 7.4.2.0 + - 7.4.2.1 + - 7.4.2.2 + - 7.4.2.3 + - 7.4.2.4 + - 7.5.0.0 + default: 26 + validations: + required: true +- type: dropdown + id: game-version + attributes: + label: Game Version + description: What version of the game are you playing? + options: + - 1.2.0.0 + - 1.2.0.2 + - 1.3.0.0 + - 1.3.1.0 + - 1.4.0.0 + - 1.4.1.0 + - 1.5.0.0 + - 1.6.0.0 + - 1.7.0.0 + - 1.7.0.1 + - 1.7.1.0 + - 1.8.1.0 + - 1.8.2.0 + - 1.9.0.0 + - 1.9.1.0 + - 1.10.1.0 + - 1.10.1.1 + - 1.12.0.0 + - 1.13.1.0 + - 1.13.1.1 + - 1.14.0.0 + default: 20 + validations: + required: true +- type: dropdown + id: spmp + attributes: + label: SP/MP + description: Did the bug happen in SP or MP? + options: + - SP (Singleplayer) + - MP (Multiplayer) + default: 0 + validations: + required: true +- type: textarea + id: what-happened + attributes: + label: What happened? + description: Please describe what happened. + placeholder: Tell us what you see! + validations: + required: true +- type: textarea + id: how-to + attributes: + label: How can we reproduce this? + description: If you can, please describe the steps to reproduce this bug. + placeholder: Describe as good as possible. + validations: + required: true +- type: textarea + id: expect + attributes: + label: What did you expect to happen? + description: What did you expect to happen when you tried that function and the + bug occurred. + placeholder: Describe as good as possible. + validations: + required: true +- type: textarea + id: logs + attributes: + label: Attach your log.txt! + description: Use drag and drop into the textbox to upload the log.txt into the + text field or use [Gist](https://gist.github.com/) or [Pastebin](http://pastebin.com/). + placeholder: Please add your log.txt from file path ("C:\\Users\\\\Documents\\My + Games\\FarmingSimulator2022\\log.txt"). + validations: + required: true +- type: textarea + id: screenshots + attributes: + label: Screenshots + description: Use drag and drop into the textbox to upload the screenshots. + placeholder: If you have any helpful screenshots to describe your situation, please + add them here. + validations: + required: true diff --git a/.github/ISSUE_TEMPLATE/QUESTION_DE.yml b/.github/ISSUE_TEMPLATE/QUESTION_DE.yml index 4e2a5252e..dd3a7d317 100644 --- a/.github/ISSUE_TEMPLATE/QUESTION_DE.yml +++ b/.github/ISSUE_TEMPLATE/QUESTION_DE.yml @@ -1,71 +1,96 @@ name: Frage [DE] description: Du hast eine Frage? Stell sie einfach! labels: - - question +- question assignees: - - Tensuko +- Tensuko body: - - type: markdown - attributes: - value: | - Bitte benutze diese Vorlage, um deine Frage zu stellen! - Lese dir bitte zuerst unsere [Wiki Seite](https://github.com/Courseplay/Courseplay_FS22/wiki) durch, bevor du ein neues Issue erstellst! - Unsere Hilfe aus dem Spiel, gibt es auch unter [Courseplay.dev]!(https://courseplay.github.io/Courseplay_FS22.github.io/), dort kannst du bereits vieles zu Courseplay erfahren! - - - type: dropdown - id: mod-version - attributes: - label: Version - description: Welche CP Version verwendest du? - options: - - 7.5.0.0 - - 7.4.2.4 - - default: 0 - validations: - required: true +- type: markdown + attributes: + value: 'Bitte benutze diese Vorlage, um deine Frage zu stellen! - - type: dropdown - id: spmp - attributes: - label: SP/MP - description: Spielst du im SP oder MP? - options: - - SP (Singleplayer) - - MP (Multiplayer) - - egal - default: 0 - validations: - required: true + Lese dir bitte zuerst unsere [Wiki Seite](https://github.com/Courseplay/Courseplay_FS22/wiki) + durch, bevor du ein neues Issue erstellst! - - type: dropdown - id: about - attributes: - label: Um was geht es bei deiner Frage? - description: Bitte wähle was passendes aus. - options: - - Kurserstellung - - Fahrzeug Einstellungen - - Globale CP Einstellungen - - weiteres später - default: 0 - validations: - required: true + Unsere Hilfe aus dem Spiel, gibt es auch unter [Courseplay.dev]!(https://courseplay.github.io/Courseplay_FS22.github.io/), + dort kannst du bereits vieles zu Courseplay erfahren! - - type: textarea - id: question - attributes: - label: Wie lautet deine Frage? - description: Frage - placeholder: Frage - validations: - required: true - - - type: textarea - id: screenshots - attributes: - label: Screenshots - description: Ziehe deine Screenshots in das Textfeld, um diese hoch zu laden. - placeholder: Wenn du Screenshots hast, die helfen dein Frage zu beschreiben, füge sie hier ein. - validations: - required: false \ No newline at end of file + ' +- type: dropdown + id: mod-version + attributes: + label: Version + description: Welche CP Version verwendest du? + options: + - 7.1.0.0 + - 7.1.0.3 + - 7.2.0.0 + - 7.2.0.5 + - 7.3.0.0 + - 7.3.0.1 + - 7.3.0.2 + - 7.3.0.3 + - 7.3.1.0 + - 7.3.1.1 + - 7.3.1.2 + - 7.3.1.3 + - 7.3.1.4 + - 7.3.1.5 + - 7.4.0.0 + - 7.4.0.1 + - 7.4.0.2 + - 7.4.1.0 + - 7.4.1.1 + - 7.4.1.2 + - 7.4.1.3 + - 7.4.2.0 + - 7.4.2.1 + - 7.4.2.2 + - 7.4.2.3 + - 7.4.2.4 + - 7.5.0.0 + default: 26 + validations: + required: true +- type: dropdown + id: spmp + attributes: + label: SP/MP + description: Spielst du im SP oder MP? + options: + - SP (Singleplayer) + - MP (Multiplayer) + - egal + default: 0 + validations: + required: true +- type: dropdown + id: about + attributes: + label: Um was geht es bei deiner Frage? + description: Bitte wähle was passendes aus. + options: + - Kurserstellung + - Fahrzeug Einstellungen + - Globale CP Einstellungen + - weiteres später + default: 0 + validations: + required: true +- type: textarea + id: question + attributes: + label: Wie lautet deine Frage? + description: Frage + placeholder: Frage + validations: + required: true +- type: textarea + id: screenshots + attributes: + label: Screenshots + description: Ziehe deine Screenshots in das Textfeld, um diese hoch zu laden. + placeholder: Wenn du Screenshots hast, die helfen dein Frage zu beschreiben, füge + sie hier ein. + validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/QUESTION_EN.yml b/.github/ISSUE_TEMPLATE/QUESTION_EN.yml index a82f3681b..74dbd2f76 100644 --- a/.github/ISSUE_TEMPLATE/QUESTION_EN.yml +++ b/.github/ISSUE_TEMPLATE/QUESTION_EN.yml @@ -1,70 +1,95 @@ name: Question [EN] description: You got a question? Just ask! labels: - - question +- question assignees: - - Tensuko +- Tensuko body: - - type: markdown - attributes: - value: | - Please use this template to ask your question! - Please make sure to read our [Wiki Page](https://github.com/Courseplay/Courseplay_FS22/wiki) before creating a new issue! - Our help pages from the game can also be found at [Courseplay.dev]!(https://courseplay.github.io/Courseplay_FS22.github.io/), there you can check out many informations before asking a qustion! +- type: markdown + attributes: + value: 'Please use this template to ask your question! - - type: dropdown - id: mod-version - attributes: - label: Version - description: Which CoursePlay version are you using? - options: - - 7.5.0.0 - - 7.4.2.4 - - default: 0 - validations: - required: true + Please make sure to read our [Wiki Page](https://github.com/Courseplay/Courseplay_FS22/wiki) + before creating a new issue! - - type: dropdown - id: spmp - attributes: - label: SP/MP - description: Did the bug happen in SP or MP? - options: - - SP (Singleplayer) - - MP (Multiplayer) - default: 0 - validations: - required: true + Our help pages from the game can also be found at [Courseplay.dev]!(https://courseplay.github.io/Courseplay_FS22.github.io/), + there you can check out many informations before asking a qustion! - - type: dropdown - id: about - attributes: - label: What is your question about? - description: Select a category. - options: - - Course creation - - Vehicle settings - - Global CP settings - - more later - default: 0 - validations: - required: true - - - type: textarea - id: question - attributes: - label: What is your question? - description: Question - placeholder: Question - validations: - required: true - - - type: textarea - id: screenshots - attributes: - label: Screenshots - description: Use drag and drop into the textbox to upload the screenshots. - placeholder: If you have any helpful screenshots to describe the situation, please add them here. - validations: - required: true \ No newline at end of file + ' +- type: dropdown + id: mod-version + attributes: + label: Version + description: Which CoursePlay version are you using? + options: + - 7.1.0.0 + - 7.1.0.3 + - 7.2.0.0 + - 7.2.0.5 + - 7.3.0.0 + - 7.3.0.1 + - 7.3.0.2 + - 7.3.0.3 + - 7.3.1.0 + - 7.3.1.1 + - 7.3.1.2 + - 7.3.1.3 + - 7.3.1.4 + - 7.3.1.5 + - 7.4.0.0 + - 7.4.0.1 + - 7.4.0.2 + - 7.4.1.0 + - 7.4.1.1 + - 7.4.1.2 + - 7.4.1.3 + - 7.4.2.0 + - 7.4.2.1 + - 7.4.2.2 + - 7.4.2.3 + - 7.4.2.4 + - 7.5.0.0 + default: 26 + validations: + required: true +- type: dropdown + id: spmp + attributes: + label: SP/MP + description: Did the bug happen in SP or MP? + options: + - SP (Singleplayer) + - MP (Multiplayer) + default: 0 + validations: + required: true +- type: dropdown + id: about + attributes: + label: What is your question about? + description: Select a category. + options: + - Course creation + - Vehicle settings + - Global CP settings + - more later + default: 0 + validations: + required: true +- type: textarea + id: question + attributes: + label: What is your question? + description: Question + placeholder: Question + validations: + required: true +- type: textarea + id: screenshots + attributes: + label: Screenshots + description: Use drag and drop into the textbox to upload the screenshots. + placeholder: If you have any helpful screenshots to describe the situation, please + add them here. + validations: + required: true diff --git a/.github/ISSUE_TEMPLATE/REQUEST_DE.yml b/.github/ISSUE_TEMPLATE/REQUEST_DE.yml index a1a4417d6..b3c651db1 100644 --- a/.github/ISSUE_TEMPLATE/REQUEST_DE.yml +++ b/.github/ISSUE_TEMPLATE/REQUEST_DE.yml @@ -1,73 +1,96 @@ name: Feature Idee/Anfrage [DE] description: Eine Anfrage oder Idee für ein Feature. labels: - - Suggestion +- Suggestion assignees: - - Tensuko +- Tensuko body: - - type: markdown - attributes: - value: | - Danke, dass du dir Zeit nimmst, diesen Report auszufüllen. - Lese dir bitte zuerst unsere [Wiki Seite](https://github.com/Courseplay/Courseplay_FS22/wiki) durch, bevor du ein neues Issue erstellst! +- type: markdown + attributes: + value: 'Danke, dass du dir Zeit nimmst, diesen Report auszufüllen. - - type: dropdown - id: mod-version - attributes: - label: Version - description: Welche CP Version verwendest du? - options: - - 7.5.0.0 - - 7.4.2.4 - - default: 0 - validations: - required: true + Lese dir bitte zuerst unsere [Wiki Seite](https://github.com/Courseplay/Courseplay_FS22/wiki) + durch, bevor du ein neues Issue erstellst! - - type: dropdown - id: spmp - attributes: - label: SP/MP - description: Betrifft die Idee SP oder MP? - options: - - SP (Singleplayer) - - MP (Multiplayer) - default: 0 - validations: - required: true - - - type: textarea - id: what-does - attributes: - label: Was kann mit deiner Idee gemacht werden? - description: Beschreibe bitte so gut es geht, was für ein Problem deine Idee löst oder was sie verbessert. - placeholder: Beschreibe es so gut es geht. - validations: - required: true - - - type: textarea - id: how-to - attributes: - label: Wie könntest du dir vorstellen, wie deine Idee in CP aussehen könnte. - description: Beschreibe bitte, wie es in CP passen könnte. - placeholder: Beschreibe es so gut es geht. - validations: - required: true - - - type: textarea - id: alternative - attributes: - label: Gäbe es eine Alternative? - description: Würde es eine Alternative zu deiner Lösung geben? - placeholder: Beschreibe es so gut es geht. - validations: - required: true - - - type: textarea - id: screenshots - attributes: - label: Screenshots - description: Ziehe deine Screenshots in das Textfeld, um diese hoch zu laden. - placeholder: Wenn du Screenshots hast, die helfen deine Idee besser zu verstehen, füge sie bitte hier ein. - validations: - required: true \ No newline at end of file + ' +- type: dropdown + id: mod-version + attributes: + label: Version + description: Welche CP Version verwendest du? + options: + - 7.1.0.0 + - 7.1.0.3 + - 7.2.0.0 + - 7.2.0.5 + - 7.3.0.0 + - 7.3.0.1 + - 7.3.0.2 + - 7.3.0.3 + - 7.3.1.0 + - 7.3.1.1 + - 7.3.1.2 + - 7.3.1.3 + - 7.3.1.4 + - 7.3.1.5 + - 7.4.0.0 + - 7.4.0.1 + - 7.4.0.2 + - 7.4.1.0 + - 7.4.1.1 + - 7.4.1.2 + - 7.4.1.3 + - 7.4.2.0 + - 7.4.2.1 + - 7.4.2.2 + - 7.4.2.3 + - 7.4.2.4 + - 7.5.0.0 + default: 26 + validations: + required: true +- type: dropdown + id: spmp + attributes: + label: SP/MP + description: Betrifft die Idee SP oder MP? + options: + - SP (Singleplayer) + - MP (Multiplayer) + default: 0 + validations: + required: true +- type: textarea + id: what-does + attributes: + label: Was kann mit deiner Idee gemacht werden? + description: Beschreibe bitte so gut es geht, was für ein Problem deine Idee löst + oder was sie verbessert. + placeholder: Beschreibe es so gut es geht. + validations: + required: true +- type: textarea + id: how-to + attributes: + label: Wie könntest du dir vorstellen, wie deine Idee in CP aussehen könnte. + description: Beschreibe bitte, wie es in CP passen könnte. + placeholder: Beschreibe es so gut es geht. + validations: + required: true +- type: textarea + id: alternative + attributes: + label: Gäbe es eine Alternative? + description: Würde es eine Alternative zu deiner Lösung geben? + placeholder: Beschreibe es so gut es geht. + validations: + required: true +- type: textarea + id: screenshots + attributes: + label: Screenshots + description: Ziehe deine Screenshots in das Textfeld, um diese hoch zu laden. + placeholder: Wenn du Screenshots hast, die helfen deine Idee besser zu verstehen, + füge sie bitte hier ein. + validations: + required: true diff --git a/.github/ISSUE_TEMPLATE/REQUEST_EN.yml b/.github/ISSUE_TEMPLATE/REQUEST_EN.yml index 55be75ab4..e1d3ec440 100644 --- a/.github/ISSUE_TEMPLATE/REQUEST_EN.yml +++ b/.github/ISSUE_TEMPLATE/REQUEST_EN.yml @@ -1,73 +1,95 @@ name: Feature Idea/Request [EN] description: A feature request or Idea. labels: - - Suggestion +- Suggestion assignees: - - Tensuko +- Tensuko body: - - type: markdown - attributes: - value: | - Thanks for taking the time to fill out this report! - Please make sure to read our [Wiki Page](https://github.com/Courseplay/Courseplay_FS22/wiki) before creating a new issue! +- type: markdown + attributes: + value: 'Thanks for taking the time to fill out this report! - - type: dropdown - id: mod-version - attributes: - label: Version - description: Which CoursePlay version are you using? - options: - - 7.5.0.0 - - 7.4.2.4 - - default: 0 - validations: - required: true + Please make sure to read our [Wiki Page](https://github.com/Courseplay/Courseplay_FS22/wiki) + before creating a new issue! - - type: dropdown - id: spmp - attributes: - label: SP/MP - description: Is your idea for SP oder MP? - options: - - SP (Singleplayer) - - MP (Multiplayer) - default: 0 - validations: - required: true - - - type: textarea - id: what-does - attributes: - label: What can be done with your idea? - description: Please describe as good as possible the problem your idea solves. - placeholder: Describe as good as possible. - validations: - required: true - - - type: textarea - id: how-to - attributes: - label: If applicable, how would the user interface look like for this enhancement? - description: Describe the solution you'd like. - placeholder: Describe as good as possible. - validations: - required: true - - - type: textarea - id: alternative - attributes: - label: Is there an alternative? - description: Are there any alternatives you've considered? - placeholder: Describe as good as possible. - validations: - required: true - - - type: textarea - id: screenshots - attributes: - label: Screenshots - description: Use drag and drop into the textbox to upload the screenshots. - placeholder: If you have any helpful screenshots to describe your idea, please add them here. - validations: - required: true \ No newline at end of file + ' +- type: dropdown + id: mod-version + attributes: + label: Version + description: Which CoursePlay version are you using? + options: + - 7.1.0.0 + - 7.1.0.3 + - 7.2.0.0 + - 7.2.0.5 + - 7.3.0.0 + - 7.3.0.1 + - 7.3.0.2 + - 7.3.0.3 + - 7.3.1.0 + - 7.3.1.1 + - 7.3.1.2 + - 7.3.1.3 + - 7.3.1.4 + - 7.3.1.5 + - 7.4.0.0 + - 7.4.0.1 + - 7.4.0.2 + - 7.4.1.0 + - 7.4.1.1 + - 7.4.1.2 + - 7.4.1.3 + - 7.4.2.0 + - 7.4.2.1 + - 7.4.2.2 + - 7.4.2.3 + - 7.4.2.4 + - 7.5.0.0 + default: 26 + validations: + required: true +- type: dropdown + id: spmp + attributes: + label: SP/MP + description: Is your idea for SP oder MP? + options: + - SP (Singleplayer) + - MP (Multiplayer) + default: 0 + validations: + required: true +- type: textarea + id: what-does + attributes: + label: What can be done with your idea? + description: Please describe as good as possible the problem your idea solves. + placeholder: Describe as good as possible. + validations: + required: true +- type: textarea + id: how-to + attributes: + label: If applicable, how would the user interface look like for this enhancement? + description: Describe the solution you'd like. + placeholder: Describe as good as possible. + validations: + required: true +- type: textarea + id: alternative + attributes: + label: Is there an alternative? + description: Are there any alternatives you've considered? + placeholder: Describe as good as possible. + validations: + required: true +- type: textarea + id: screenshots + attributes: + label: Screenshots + description: Use drag and drop into the textbox to upload the screenshots. + placeholder: If you have any helpful screenshots to describe your idea, please + add them here. + validations: + required: true From 3d868e1178654ff741e321dc4512a6a826d4d44e Mon Sep 17 00:00:00 2001 From: Tensuko Date: Wed, 30 Oct 2024 20:21:54 +0100 Subject: [PATCH 17/18] Version Update --- .github/scripts/update-templates/config.json | 53 ++------------------ 1 file changed, 4 insertions(+), 49 deletions(-) diff --git a/.github/scripts/update-templates/config.json b/.github/scripts/update-templates/config.json index eea12c325..e8204ea67 100644 --- a/.github/scripts/update-templates/config.json +++ b/.github/scripts/update-templates/config.json @@ -1,59 +1,14 @@ { "game_versions" : [ - "1.14.0.0", - "1.13.1.1", - "1.13.1.0", - "1.12.0.0", - "1.10.1.1", - "1.10.1.0", - "1.9.1.0", - "1.9.0.0", - "1.8.2.0", - "1.8.1.0", - "1.7.1.0", - "1.7.0.1", - "1.7.0.0", - "1.6.0.0", - "1.5.0.0", - "1.4.1.0", - "1.4.0.0", - "1.3.1.0", - "1.3.0.0", - "1.2.0.2", - "1.2.0.0" + "1.14.0.0" ], "cp_versions" : [ - "7.3.0.0", - "7.3.0.1", - "7.3.0.2", - "7.3.0.3", - "7.3.1.0", - "7.3.1.1", - "7.3.1.2", - "7.3.1.3", - "7.3.1.4", - "7.3.1.5", - "7.4.0.0", - "7.4.0.1", - "7.4.0.2", - "7.4.1.0", - "7.4.1.1", - "7.4.1.2", - "7.4.1.3", - "7.4.2.0", - "7.4.2.1", - "7.4.2.2", - "7.4.2.3", "7.4.2.4", - "7.5.0.0" + "7.5.0.0", + "7.5.0.1" ], "modhub_versions" : [ "7.5.0.0", - "7.4.0.0", - "7.3.0.0", - "7.2.0.5", - "7.2.0.0", - "7.1.0.3", - "7.1.0.0" + "7.4.0.0" ] } \ No newline at end of file From aac93d496419998c0470ed52f792fcf0fb9541cf Mon Sep 17 00:00:00 2001 From: Tensuko Date: Wed, 30 Oct 2024 19:22:20 +0000 Subject: [PATCH 18/18] Updated github templates --- .github/ISSUE_TEMPLATE/BUG_REPORT_DE.yml | 49 ++---------------------- .github/ISSUE_TEMPLATE/BUG_REPORT_EN.yml | 49 ++---------------------- .github/ISSUE_TEMPLATE/QUESTION_DE.yml | 27 +------------ .github/ISSUE_TEMPLATE/QUESTION_EN.yml | 27 +------------ .github/ISSUE_TEMPLATE/REQUEST_DE.yml | 27 +------------ .github/ISSUE_TEMPLATE/REQUEST_EN.yml | 27 +------------ 6 files changed, 14 insertions(+), 192 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT_DE.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT_DE.yml index 279313674..c2f343720 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT_DE.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT_DE.yml @@ -19,34 +19,11 @@ body: label: Version description: Welche CP Version verwendest du? options: - - 7.1.0.0 - - 7.1.0.3 - - 7.2.0.0 - - 7.2.0.5 - - 7.3.0.0 - - 7.3.0.1 - - 7.3.0.2 - - 7.3.0.3 - - 7.3.1.0 - - 7.3.1.1 - - 7.3.1.2 - - 7.3.1.3 - - 7.3.1.4 - - 7.3.1.5 - 7.4.0.0 - - 7.4.0.1 - - 7.4.0.2 - - 7.4.1.0 - - 7.4.1.1 - - 7.4.1.2 - - 7.4.1.3 - - 7.4.2.0 - - 7.4.2.1 - - 7.4.2.2 - - 7.4.2.3 - 7.4.2.4 - 7.5.0.0 - default: 26 + - 7.5.0.1 + default: 3 validations: required: true - type: dropdown @@ -55,28 +32,8 @@ body: label: Spielversion description: Welche Spielversion verwendest du? options: - - 1.2.0.0 - - 1.2.0.2 - - 1.3.0.0 - - 1.3.1.0 - - 1.4.0.0 - - 1.4.1.0 - - 1.5.0.0 - - 1.6.0.0 - - 1.7.0.0 - - 1.7.0.1 - - 1.7.1.0 - - 1.8.1.0 - - 1.8.2.0 - - 1.9.0.0 - - 1.9.1.0 - - 1.10.1.0 - - 1.10.1.1 - - 1.12.0.0 - - 1.13.1.0 - - 1.13.1.1 - 1.14.0.0 - default: 20 + default: 0 validations: required: true - type: dropdown diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT_EN.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT_EN.yml index abd400bcc..fe0d8eecb 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT_EN.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT_EN.yml @@ -19,34 +19,11 @@ body: label: Version description: Which CoursePlay version are you using? options: - - 7.1.0.0 - - 7.1.0.3 - - 7.2.0.0 - - 7.2.0.5 - - 7.3.0.0 - - 7.3.0.1 - - 7.3.0.2 - - 7.3.0.3 - - 7.3.1.0 - - 7.3.1.1 - - 7.3.1.2 - - 7.3.1.3 - - 7.3.1.4 - - 7.3.1.5 - 7.4.0.0 - - 7.4.0.1 - - 7.4.0.2 - - 7.4.1.0 - - 7.4.1.1 - - 7.4.1.2 - - 7.4.1.3 - - 7.4.2.0 - - 7.4.2.1 - - 7.4.2.2 - - 7.4.2.3 - 7.4.2.4 - 7.5.0.0 - default: 26 + - 7.5.0.1 + default: 3 validations: required: true - type: dropdown @@ -55,28 +32,8 @@ body: label: Game Version description: What version of the game are you playing? options: - - 1.2.0.0 - - 1.2.0.2 - - 1.3.0.0 - - 1.3.1.0 - - 1.4.0.0 - - 1.4.1.0 - - 1.5.0.0 - - 1.6.0.0 - - 1.7.0.0 - - 1.7.0.1 - - 1.7.1.0 - - 1.8.1.0 - - 1.8.2.0 - - 1.9.0.0 - - 1.9.1.0 - - 1.10.1.0 - - 1.10.1.1 - - 1.12.0.0 - - 1.13.1.0 - - 1.13.1.1 - 1.14.0.0 - default: 20 + default: 0 validations: required: true - type: dropdown diff --git a/.github/ISSUE_TEMPLATE/QUESTION_DE.yml b/.github/ISSUE_TEMPLATE/QUESTION_DE.yml index dd3a7d317..981c5b612 100644 --- a/.github/ISSUE_TEMPLATE/QUESTION_DE.yml +++ b/.github/ISSUE_TEMPLATE/QUESTION_DE.yml @@ -22,34 +22,11 @@ body: label: Version description: Welche CP Version verwendest du? options: - - 7.1.0.0 - - 7.1.0.3 - - 7.2.0.0 - - 7.2.0.5 - - 7.3.0.0 - - 7.3.0.1 - - 7.3.0.2 - - 7.3.0.3 - - 7.3.1.0 - - 7.3.1.1 - - 7.3.1.2 - - 7.3.1.3 - - 7.3.1.4 - - 7.3.1.5 - 7.4.0.0 - - 7.4.0.1 - - 7.4.0.2 - - 7.4.1.0 - - 7.4.1.1 - - 7.4.1.2 - - 7.4.1.3 - - 7.4.2.0 - - 7.4.2.1 - - 7.4.2.2 - - 7.4.2.3 - 7.4.2.4 - 7.5.0.0 - default: 26 + - 7.5.0.1 + default: 3 validations: required: true - type: dropdown diff --git a/.github/ISSUE_TEMPLATE/QUESTION_EN.yml b/.github/ISSUE_TEMPLATE/QUESTION_EN.yml index 74dbd2f76..cb706c5f5 100644 --- a/.github/ISSUE_TEMPLATE/QUESTION_EN.yml +++ b/.github/ISSUE_TEMPLATE/QUESTION_EN.yml @@ -22,34 +22,11 @@ body: label: Version description: Which CoursePlay version are you using? options: - - 7.1.0.0 - - 7.1.0.3 - - 7.2.0.0 - - 7.2.0.5 - - 7.3.0.0 - - 7.3.0.1 - - 7.3.0.2 - - 7.3.0.3 - - 7.3.1.0 - - 7.3.1.1 - - 7.3.1.2 - - 7.3.1.3 - - 7.3.1.4 - - 7.3.1.5 - 7.4.0.0 - - 7.4.0.1 - - 7.4.0.2 - - 7.4.1.0 - - 7.4.1.1 - - 7.4.1.2 - - 7.4.1.3 - - 7.4.2.0 - - 7.4.2.1 - - 7.4.2.2 - - 7.4.2.3 - 7.4.2.4 - 7.5.0.0 - default: 26 + - 7.5.0.1 + default: 3 validations: required: true - type: dropdown diff --git a/.github/ISSUE_TEMPLATE/REQUEST_DE.yml b/.github/ISSUE_TEMPLATE/REQUEST_DE.yml index b3c651db1..a9f9cce41 100644 --- a/.github/ISSUE_TEMPLATE/REQUEST_DE.yml +++ b/.github/ISSUE_TEMPLATE/REQUEST_DE.yml @@ -19,34 +19,11 @@ body: label: Version description: Welche CP Version verwendest du? options: - - 7.1.0.0 - - 7.1.0.3 - - 7.2.0.0 - - 7.2.0.5 - - 7.3.0.0 - - 7.3.0.1 - - 7.3.0.2 - - 7.3.0.3 - - 7.3.1.0 - - 7.3.1.1 - - 7.3.1.2 - - 7.3.1.3 - - 7.3.1.4 - - 7.3.1.5 - 7.4.0.0 - - 7.4.0.1 - - 7.4.0.2 - - 7.4.1.0 - - 7.4.1.1 - - 7.4.1.2 - - 7.4.1.3 - - 7.4.2.0 - - 7.4.2.1 - - 7.4.2.2 - - 7.4.2.3 - 7.4.2.4 - 7.5.0.0 - default: 26 + - 7.5.0.1 + default: 3 validations: required: true - type: dropdown diff --git a/.github/ISSUE_TEMPLATE/REQUEST_EN.yml b/.github/ISSUE_TEMPLATE/REQUEST_EN.yml index e1d3ec440..b337c0011 100644 --- a/.github/ISSUE_TEMPLATE/REQUEST_EN.yml +++ b/.github/ISSUE_TEMPLATE/REQUEST_EN.yml @@ -19,34 +19,11 @@ body: label: Version description: Which CoursePlay version are you using? options: - - 7.1.0.0 - - 7.1.0.3 - - 7.2.0.0 - - 7.2.0.5 - - 7.3.0.0 - - 7.3.0.1 - - 7.3.0.2 - - 7.3.0.3 - - 7.3.1.0 - - 7.3.1.1 - - 7.3.1.2 - - 7.3.1.3 - - 7.3.1.4 - - 7.3.1.5 - 7.4.0.0 - - 7.4.0.1 - - 7.4.0.2 - - 7.4.1.0 - - 7.4.1.1 - - 7.4.1.2 - - 7.4.1.3 - - 7.4.2.0 - - 7.4.2.1 - - 7.4.2.2 - - 7.4.2.3 - 7.4.2.4 - 7.5.0.0 - default: 26 + - 7.5.0.1 + default: 3 validations: required: true - type: dropdown