From 15933d478f209a9d162132f92b533c4fbd7a8689 Mon Sep 17 00:00:00 2001 From: Peter Tripp Date: Mon, 27 Jan 2025 17:45:53 -0500 Subject: [PATCH] New Github Issue Templates v2 (#23746) --- .github/ISSUE_TEMPLATE/0_feature_request.yml | 5 +++-- .github/ISSUE_TEMPLATE/1_bug_report.yml | 2 -- .github/ISSUE_TEMPLATE/2_crash_report.yml | 2 -- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/0_feature_request.yml b/.github/ISSUE_TEMPLATE/0_feature_request.yml index 730909153ab75e3d77020565a631e7c81cfa68b4..0bf3a61757cab5403f3959929bdffd961f5bcb20 100644 --- a/.github/ISSUE_TEMPLATE/0_feature_request.yml +++ b/.github/ISSUE_TEMPLATE/0_feature_request.yml @@ -5,10 +5,11 @@ body: - type: textarea attributes: label: Describe the feature - description: A clear and concise description of what you want to happen. + description: A one line summary, and description of what you want to happen. value: | Summary: - * + + Description: Screenshots: diff --git a/.github/ISSUE_TEMPLATE/1_bug_report.yml b/.github/ISSUE_TEMPLATE/1_bug_report.yml index 3e014ecf83ec2952af93f7ae1065143f27386a4f..371e5bfb3b81e598d993dbfea1e17d6bfd30a24d 100644 --- a/.github/ISSUE_TEMPLATE/1_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1_bug_report.yml @@ -17,10 +17,8 @@ body: 3. Actual Behavior: - * Expected Behavior: - * validations: required: true diff --git a/.github/ISSUE_TEMPLATE/2_crash_report.yml b/.github/ISSUE_TEMPLATE/2_crash_report.yml index a19672c24f152a4ade1d0a70d107b083b89bb1f1..a7bb3d7b9aa84f6a18f93a626114e2a23df9a25a 100644 --- a/.github/ISSUE_TEMPLATE/2_crash_report.yml +++ b/.github/ISSUE_TEMPLATE/2_crash_report.yml @@ -16,10 +16,8 @@ body: 3. Actual Behavior: - * Expected Behavior: - * validations: required: true