From 2a2c29a4dd2ca45fcb7875f0119dc46febbdf65f Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Sat, 1 May 2021 20:45:43 +0200 Subject: [PATCH] project: Fix incorrect template settings --- .github/ISSUE_TEMPLATE/feature.yml | 8 +++----- .github/ISSUE_TEMPLATE/issue.yml | 10 +++++----- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index 3a0224d5..09fbac02 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -17,13 +17,11 @@ body: required: true - type: checkboxes attributes: - label: - description: + label: "Checklist" + description: "Check all that apply." options: - - label: "A bounty is offered for the implementation of this Feature/Enhancement." - description: "Are you offering a reward for the complete implementation of this Feature/Enhancement according to the description provided?" + - label: "I am offering a monetary bounty/reward for the implementation of this Feature/Enhancement." - label: "There is no other way to currently do this in StreamFX or OBS Studio." - description: "Is this a(n) feature/enhancement that can't be done through any other way, such as other plugins or existing features?" - type: textarea attributes: label: "Any additional Information we need to know?" diff --git a/.github/ISSUE_TEMPLATE/issue.yml b/.github/ISSUE_TEMPLATE/issue.yml index 06ef1ce8..aa19563a 100644 --- a/.github/ISSUE_TEMPLATE/issue.yml +++ b/.github/ISSUE_TEMPLATE/issue.yml @@ -82,31 +82,31 @@ body: - "0.2.0" - "0.1.1" - "0.1.0" - validation: + validations: required: true - type: textarea attributes: label: "Expected Behavior" description: "What did you expect to happen when using StreamFX?" - validation: + validations: required: true - type: textarea attributes: label: "Current Behavior" description: "What actually happened when you used StreamFX?" - validation: + validations: required: true - type: textarea attributes: label: "Steps to Reproduce the Bug" description: "What steps are required to consistently reproduce the bug/crash/freeze?" - validation: + validations: required: true - type: input attributes: label: "OBS Studio Log" description: "Upload a normal log file that showcases the issue happening. If you encountered a crash, also fill out the next field" - validation: + validations: required: true - type: textarea attributes: