From fff64149f18cb9f43aee6444819ee3c888b431d9 Mon Sep 17 00:00:00 2001 From: MaxXor Date: Sat, 11 Mar 2023 17:00:36 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.yaml | 8 +++++--- .github/ISSUE_TEMPLATE/feature_request.yaml | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index c4024a96..8163cd20 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -44,6 +44,8 @@ body: options: - Debug - Release + validations: + required: true - type: textarea attributes: label: Describe the bug @@ -58,18 +60,18 @@ body: required: true - type: textarea attributes: - label: Expected Behavior + label: Expected behavior description: Describe the result that you expect to get after performing the steps. validations: required: true - type: textarea attributes: - label: Actual Behavior + label: Actual behavior description: Describe the actual behavior that you observed after performing the steps. validations: required: true - type: textarea attributes: - label: Additional Context + label: Additional context description: Any other information that may help us fix the issue goes here (e.g. screenshots). diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index 4bcede04..e56dad8d 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -18,6 +18,6 @@ body: required: true - type: textarea attributes: - label: Additional Context + label: Additional context description: Add any other context or screenshots about the feature request here.