From 9daee80594d620a21f0e06844dc8ef8ca54fa1e6 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Tue, 15 Jun 2021 20:40:19 +0200 Subject: [PATCH] project: More template improvements --- .github/ISSUE_TEMPLATE/issue.yml | 38 ++++++++++++++++---------------- .github/pull_request_template.md | 20 +++++++++++++++++ 2 files changed, 39 insertions(+), 19 deletions(-) create mode 100644 .github/pull_request_template.md diff --git a/.github/ISSUE_TEMPLATE/issue.yml b/.github/ISSUE_TEMPLATE/issue.yml index 2ba70c90..feba3da6 100644 --- a/.github/ISSUE_TEMPLATE/issue.yml +++ b/.github/ISSUE_TEMPLATE/issue.yml @@ -21,7 +21,7 @@ body: label: "OBS Studio Version?" description: "Which OBS Studio version are you using to run StreamFX? Versions include all patches (the third element in 'A.B.C'), and release candidates for that version. Select 'Other' if you are using a custom build." options: - - "27.0 (including Release Candidates)" + - "27.0" - "26.1" - "26.0" - "25.0" @@ -86,24 +86,6 @@ body: - "0.1.0" validations: required: true -- type: textarea - attributes: - label: "Expected Behavior" - description: "What did you expect to happen when using StreamFX?" - validations: - required: true -- type: textarea - attributes: - label: "Current Behavior" - description: "What actually happened when you used StreamFX?" - validations: - required: true -- type: textarea - attributes: - label: "Steps to Reproduce the Bug" - description: "What steps are required to consistently reproduce the bug/crash/freeze?" - validations: - required: true - type: input attributes: label: "OBS Studio Log" @@ -114,6 +96,24 @@ body: attributes: label: "OBS Studio Crash Log" description: "If OBS Studio crashed (not froze) paste the crash log here, or upload it somewhere and paste the link here." +- type: textarea + attributes: + label: "Current Behavior" + description: "What actually happened when you used StreamFX?" + validations: + required: true +- type: textarea + attributes: + label: "Expected Behavior" + description: "What did you expect to happen when using StreamFX?" + validations: + required: true +- type: textarea + attributes: + label: "Steps to Reproduce the Bug" + description: "What steps are required to consistently reproduce the bug/crash/freeze?" + validations: + required: true - type: textarea attributes: label: "Any additional Information we need to know?" diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..83103a9d --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,20 @@ +--- +title: "Replace Me Or Have Your Pull Request Closed" +labels: "type:enhancement" "type:fix" "status:help-wanted" "status:testing-required" +--- + +### Explain the Pull Request + + + +### Why is this necessary? + + +### Checklist +- [ ] I will become the maintainer for this part of code. +- [ ] I have tested this code on all supported Platforms. + +### Related Issues + + +