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 + + +