From aa2f36052a737e8488bd41789ea6451a41417cfb Mon Sep 17 00:00:00 2001 From: HorstOeko Date: Tue, 15 Oct 2024 19:29:21 +0200 Subject: [PATCH] Fixed issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 3 +++ .github/ISSUE_TEMPLATE/feature.md | 3 +++ .github/ISSUE_TEMPLATE/question.md | 3 +++ 3 files changed, 9 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 16b0ea6..19d3c2b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -19,6 +19,9 @@ A clear and concise description of what you expected to happen. **Screenshots** If applicable, add screenshots to help explain your problem. +**Sample Code +If applicable, add (sample) code to help explain your problem. + **Additional information:** - OS: [e.g. Windows/Limux/etc.] - OS-Version [e.g. Windows10,Debian10,etc.] diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md index 9c759bf..905467f 100644 --- a/.github/ISSUE_TEMPLATE/feature.md +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -16,5 +16,8 @@ A clear and concise description of what you expected to happen. **Screenshots** If applicable, add screenshots to help explain your feature request. +**Sample Code +If applicable, add (sample) code to help explain your feature request. + **Additional context** Add any other context about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index e7e07f4..8676e7e 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -13,5 +13,8 @@ A clear and concise question **Screenshots** If applicable, add screenshots to help explain your question. +**Sample Code +If applicable, add (sample) code to help explain your problem. + **Additional context** Add any other context about the question here.