From f1cf3392d6215f89985baac31043b174b5238db3 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Tue, 23 Jan 2024 14:18:35 +0100 Subject: [PATCH] added issue templates and fix make show-versions --- .github/ISSUE_TEMPLATE/bug_report.md | 31 +++++++++++++++++++ .github/ISSUE_TEMPLATE/bug_report_de.md | 32 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 23 ++++++++++++++ .github/ISSUE_TEMPLATE/feature_request_de.md | 20 ++++++++++++ .github/ISSUE_TEMPLATE/note_to_self.md | 7 +++++ Makefile | 2 +- 6 files changed, 114 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report_de.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request_de.md create mode 100644 .github/ISSUE_TEMPLATE/note_to_self.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..525739c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,31 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[bug-report]" +labels: bug +assignees: TLINDEN + +--- + +**Description** + + + +**Steps To Reproduce** + + + +**Expected behavior** + + + +**Version information** + + + +**Additional informations** diff --git a/.github/ISSUE_TEMPLATE/bug_report_de.md b/.github/ISSUE_TEMPLATE/bug_report_de.md new file mode 100644 index 0000000..820586b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report_de.md @@ -0,0 +1,32 @@ +--- +name: Bugreport Deutsch +about: Erzeuge einen Bugreport +title: "[bug-report-de]" +labels: bug +assignees: TLINDEN + +--- + +**Beschreibung** + + + +**Schritte um den Fehler zu reproduzieren** + + + +**Erwartetes Verhalten** + + + +**Versionsinformation** + + + +**Zusätzliche Informationen** diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..aaabfb1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,23 @@ +--- +name: Feature request +about: Suggest a feature +title: "[feature-request]" +labels: feature-request +assignees: TLINDEN + +--- + +**Description** + + + + +**Version information** + + diff --git a/.github/ISSUE_TEMPLATE/feature_request_de.md b/.github/ISSUE_TEMPLATE/feature_request_de.md new file mode 100644 index 0000000..6c2076e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request_de.md @@ -0,0 +1,20 @@ +--- +name: Featurerequest Deutsch +about: Empfehle ein neues Feature +title: "[feature-request-de]" +labels: feature-request +assignees: TLINDEN + +--- + +**Beschreibung** + + + +**Versionsinformation** + diff --git a/.github/ISSUE_TEMPLATE/note_to_self.md b/.github/ISSUE_TEMPLATE/note_to_self.md new file mode 100644 index 0000000..00d9470 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/note_to_self.md @@ -0,0 +1,7 @@ +--- +name: Note to self +about: Internal bugs and wishes +title: "[bug-report]" +labels: bug +assignees: TLINDEN + diff --git a/Makefile b/Makefile index 7b4e1ca..1c920f0 100644 --- a/Makefile +++ b/Makefile @@ -78,7 +78,7 @@ release: buildall show-versions: buildlocal @echo "### kleingebaeck version:" - @./kleingebaeck -v + @./kleingebaeck -V @echo @echo "### go module versions:"