Merge pull request #37 from Rsclub22/main
Tagged Release Build / Build Windows ZIP (push) Has been cancelled
Tagged Release Build / Build Linux AppImage (push) Has been cancelled
Tagged Release Build / Build Debian package (push) Has been cancelled
Tagged Release Build / Build Fedora package (push) Has been cancelled
Tagged Release Build / Build Arch Linux package (push) Has been cancelled
Tagged Release Build / Build Flatpak (push) Has been cancelled
Tagged Release Build / Build macOS DMG (macos-15-intel) (push) Has been cancelled
Tagged Release Build / Build macOS DMG (macos-latest) (push) Has been cancelled
Tagged Release Build / Build Documentation PDF (push) Has been cancelled
Tagged Release Build / Publish Flatpak OSTree Repo to GitHub Pages (push) Has been cancelled
Tagged Release Build / Publish Tagged Release (push) Has been cancelled

reworked Github Issues
This commit is contained in:
2026-06-15 18:12:22 +02:00
committed by GitHub
parent 30da16b1ac
commit 3160f9558d
4 changed files with 94 additions and 119 deletions
+60
View File
@@ -0,0 +1,60 @@
---
name: Bug Report
about: Report a problem with KST4Contest / Ein Problem mit KST4Contest melden
title: "[BUG] "
labels: bug
---
**DE:** Bitte fülle alle Felder so vollständig wie möglich aus. Das hilft, den Fehler schneller zu finden.
**EN:** Please fill in all fields as completely as possible. This helps to find the bug faster.
## Description / Beschreibung
<!-- EN: A clear and concise description of the bug. -->
<!-- DE: Eine klare und präzise Beschreibung des Problems. -->
## Steps to reproduce / Schritte zum Reproduzieren
<!-- EN: Step-by-step instructions to reproduce the bug. -->
<!-- DE: Schritt-für-Schritt-Anleitung, um den Fehler zu reproduzieren. -->
1.
2.
3.
## Expected behaviour / Erwartetes Verhalten
<!-- EN: What did you expect to happen? / DE: Was hätte passieren sollen? -->
## Actual behaviour / Tatsächliches Verhalten
<!-- EN: What actually happened? / DE: Was ist stattdessen passiert? -->
## Log file content / Inhalt der Logdatei
**EN:** Please paste the content of the error log file here. It is written automatically and contains error messages only — no personal data.
**DE:** Bitte füge hier den Inhalt der Fehler-Logdatei ein. Sie wird automatisch geschrieben und enthält nur Fehlermeldungen — keine persönlichen Daten.
| OS | Path / Pfad |
|----|-------------|
| Linux / macOS | `~/.praktiKST/kst4contest-errors.log` |
| Windows | `C:\Users\<YourName>\.praktiKST\kst4contest-errors.log` |
```
Paste log content here / Loginhalt hier einfügen
```
## Version
**KST4Contest version / Version** (e.g. 1.41.0):
**Java version / Java-Version** (`java -version`, e.g. 17.0.9):
**Operating system / Betriebssystem:** <!-- Linux / Windows / macOS -->
**Logging software / Logprogramm** (if applicable / falls relevant, e.g. UCXLog, N1MM+, WinTest):
## Checklist / Checkliste
- [ ] I have attached the log file / Ich habe die Logdatei angehängt
- [ ] I have checked that this issue has not been reported before / Ich habe geprüft, dass dieses Problem noch nicht gemeldet wurde
-119
View File
@@ -1,119 +0,0 @@
name: Bug Report
description: Report a problem with KST4Contest / Ein Problem mit KST4Contest melden
title: "[BUG] "
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
**DE:** Bitte fülle alle Felder so vollständig wie möglich aus. Das hilft, den Fehler schneller zu finden.
**EN:** Please fill in all fields as completely as possible. This helps to find the bug faster.
- type: textarea
id: description
attributes:
label: Description / Beschreibung
description: |
EN: A clear and concise description of the bug.
DE: Eine klare und präzise Beschreibung des Problems.
placeholder: "EN: When I click on ... / DE: Wenn ich auf ... klicke ..."
validations:
required: true
- type: textarea
id: steps
attributes:
label: Steps to reproduce / Schritte zum Reproduzieren
description: |
EN: Step-by-step instructions to reproduce the bug.
DE: Schritt-für-Schritt-Anleitung, um den Fehler zu reproduzieren.
placeholder: |
1.
2.
3.
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected behaviour / Erwartetes Verhalten
description: |
EN: What did you expect to happen?
DE: Was hätte passieren sollen?
validations:
required: true
- type: textarea
id: actual
attributes:
label: Actual behaviour / Tatsächliches Verhalten
description: |
EN: What actually happened?
DE: Was ist stattdessen passiert?
validations:
required: true
- type: textarea
id: logs
attributes:
label: Log file content / Inhalt der Logdatei
description: |
**EN:** Please paste the content of the error log file here. It is written automatically and contains error messages only — no personal data.
**DE:** Bitte füge hier den Inhalt der Fehler-Logdatei ein. Sie wird automatisch geschrieben und enthält nur Fehlermeldungen — keine persönlichen Daten.
| OS | Path / Pfad |
|----|-------------|
| Linux / macOS | `~/.praktiKST/kst4contest-errors.log` |
| Windows | `C:\Users\<YourName>\.praktiKST\kst4contest-errors.log` |
placeholder: Paste log content here / Loginhalt hier einfügen
render: text
validations:
required: true
- type: input
id: version
attributes:
label: KST4Contest version / Version
description: EN: Found in the title bar or About dialog. / DE: Steht in der Titelleiste oder im About-Dialog.
placeholder: "e.g. 1.41.0"
validations:
required: true
- type: input
id: java
attributes:
label: Java version / Java-Version
description: "`java -version`"
placeholder: "e.g. 17.0.9"
validations:
required: true
- type: dropdown
id: os
attributes:
label: Operating system / Betriebssystem
options:
- Linux
- Windows
- macOS
validations:
required: true
- type: input
id: logging-software
attributes:
label: Logging software / Logprogramm
description: "EN: If applicable. / DE: Falls relevant."
placeholder: "e.g. UCXLog, N1MM+, WinTest, QARTest, DXLog.net"
- type: checkboxes
id: checklist
attributes:
label: Checklist / Checkliste
options:
- label: I have attached the log file / Ich habe die Logdatei angehängt
required: true
- label: I have checked that this issue has not been reported before / Ich habe geprüft, dass dieses Problem noch nicht gemeldet wurde
required: true
+1
View File
@@ -0,0 +1 @@
blank_issues_enabled: false
+33
View File
@@ -0,0 +1,33 @@
---
name: Feature Request
about: Suggest a new feature or improvement / Neue Funktion oder Verbesserung vorschlagen
title: "[FEATURE] "
labels: enhancement
---
**DE:** Bitte beschreibe deine Idee so genau wie möglich.
**EN:** Please describe your idea as precisely as possible.
## Summary / Zusammenfassung
<!-- EN: A short summary of the feature you'd like. -->
<!-- DE: Eine kurze Zusammenfassung der gewünschten Funktion. -->
## Motivation / Begründung
<!-- EN: Why would this feature be useful? What problem does it solve? -->
<!-- DE: Warum wäre diese Funktion nützlich? Welches Problem löst sie? -->
## Detailed description / Detaillierte Beschreibung
<!-- EN: Describe the feature in detail. How should it work? -->
<!-- DE: Beschreibe die Funktion im Detail. Wie soll sie funktionieren? -->
## Alternatives considered / Geprüfte Alternativen
<!-- EN: Have you considered any alternative solutions or workarounds? -->
<!-- DE: Hast du alternative Lösungen oder Workarounds in Betracht gezogen? -->
## Checklist / Checkliste
- [ ] I have checked that this feature has not been requested before / Ich habe geprüft, dass diese Funktion noch nicht angefragt wurde