mirror of
https://codeberg.org/scip/kleingebaeck.git
synced 2025-12-16 20:11:01 +01:00
added issue templates and fix make show-versions
This commit is contained in:
31
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
31
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: "[bug-report]"
|
||||
labels: bug
|
||||
assignees: TLINDEN
|
||||
|
||||
---
|
||||
|
||||
**Description**
|
||||
<!-- Please provide a clear and concise description of the issue: -->
|
||||
|
||||
|
||||
**Steps To Reproduce**
|
||||
<!-- Please detail the steps to reproduce the behavior, execute kleingebaeck with the -d option: -->
|
||||
|
||||
|
||||
**Expected behavior**
|
||||
<!-- What do you expected to happen instead? -->
|
||||
|
||||
|
||||
**Version information**
|
||||
<!--
|
||||
Please provide as much version information as possible:
|
||||
- if you have just installed a binary, provide the output of: kleingebaeck --version
|
||||
- if you installed from source, provide the output of: make show-version
|
||||
- provide additional details: operating system and version and shell environment
|
||||
-->
|
||||
|
||||
|
||||
**Additional informations**
|
||||
32
.github/ISSUE_TEMPLATE/bug_report_de.md
vendored
Normal file
32
.github/ISSUE_TEMPLATE/bug_report_de.md
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
---
|
||||
name: Bugreport Deutsch
|
||||
about: Erzeuge einen Bugreport
|
||||
title: "[bug-report-de]"
|
||||
labels: bug
|
||||
assignees: TLINDEN
|
||||
|
||||
---
|
||||
|
||||
**Beschreibung**
|
||||
<!-- Bitte beschreibe den Fehler klar und möglichst präzise: -->
|
||||
|
||||
|
||||
**Schritte um den Fehler zu reproduzieren**
|
||||
<!-- Bitte gib detailiert an, welche konkreten Schritte zum Fehler
|
||||
geführt haben, führe kleingebaeck mit der Option -d option aus: -->
|
||||
|
||||
|
||||
**Erwartetes Verhalten**
|
||||
<!-- Welches Verhalten hast Du ursprünglich erwartet? -->
|
||||
|
||||
|
||||
**Versionsinformation**
|
||||
<!--
|
||||
Bitte gib uns so viel Versionsinfos wie möglich:
|
||||
- wenn Du nur das Programm installiert hast: kleingebaeck --version
|
||||
- wenn Du von Source installiert hast: make show-version
|
||||
- bitte gib zusätzliche Details an: Betriebssystem + Version, Shellumgebung etc.
|
||||
-->
|
||||
|
||||
|
||||
**Zusätzliche Informationen**
|
||||
23
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
23
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Suggest a feature
|
||||
title: "[feature-request]"
|
||||
labels: feature-request
|
||||
assignees: TLINDEN
|
||||
|
||||
---
|
||||
|
||||
**Description**
|
||||
<!-- Please provide a clear and concise description of the feature you desire: -->
|
||||
|
||||
|
||||
|
||||
**Version information**
|
||||
<!--
|
||||
Just in case the feature is already present, please provide as
|
||||
much version information as possible:
|
||||
- if you have just installed a binary, provide the output of: tablizer --version
|
||||
- if you installed from source, provide the output of: make show-version
|
||||
- provide additional details: operating system and version and shell environment
|
||||
-->
|
||||
|
||||
20
.github/ISSUE_TEMPLATE/feature_request_de.md
vendored
Normal file
20
.github/ISSUE_TEMPLATE/feature_request_de.md
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
name: Featurerequest Deutsch
|
||||
about: Empfehle ein neues Feature
|
||||
title: "[feature-request-de]"
|
||||
labels: feature-request
|
||||
assignees: TLINDEN
|
||||
|
||||
---
|
||||
|
||||
**Beschreibung**
|
||||
<!-- Bitte beschreibe das gewünschte Feature klar und möglichst präzise: -->
|
||||
|
||||
|
||||
**Versionsinformation**
|
||||
<!--
|
||||
Bitte gib uns so viel Versionsinfos wie möglich:
|
||||
- wenn Du nur das Programm installiert hast: kleingebaeck --version
|
||||
- wenn Du von Source installiert hast: make show-version
|
||||
- bitte gib zusätzliche Details an: Betriebssystem + Version, Shellumgebung etc.
|
||||
-->
|
||||
7
.github/ISSUE_TEMPLATE/note_to_self.md
vendored
Normal file
7
.github/ISSUE_TEMPLATE/note_to_self.md
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
name: Note to self
|
||||
about: Internal bugs and wishes
|
||||
title: "[bug-report]"
|
||||
labels: bug
|
||||
assignees: TLINDEN
|
||||
|
||||
Reference in New Issue
Block a user