From 8dc300b796d8d77b80f79872bbbbc673ea2e4b01 Mon Sep 17 00:00:00 2001 From: Dowon Date: Fri, 29 Mar 2024 21:42:44 +0900 Subject: [PATCH] chore: update issue template --- .github/ISSUE_TEMPLATE/bug_report.yaml | 10 ++++++++++ .github/ISSUE_TEMPLATE/feature_request.yaml | 2 ++ 2 files changed, 12 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 90a5772..8093934 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -18,6 +18,16 @@ body: Alle Sprachen werden akzeptiert Toutes les langues sont acceptées Принимаются все языки + validations: + required: true + + - type: textarea + attributes: + label: Steps to reproduce + description: | + Description of how we can reproduce this issue. + validations: + required: true - type: textarea attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index c496137..0151198 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -1,6 +1,8 @@ name: Feature request description: Suggest an idea for this project title: "[Feature Request]: " +labels: + - enhancement body: - type: textarea