project: Improve templates and UX
This commit is contained in:
parent
6f742da524
commit
c18c5e457a
|
@ -1,11 +1,17 @@
|
||||||
blank_issues_enabled: false
|
blank_issues_enabled: false
|
||||||
contact_links:
|
contact_links:
|
||||||
- name: Got an idea or feedback for StreamFX?
|
- name: Looking for Help & Support? (Discord-style)
|
||||||
url: https://github.com/Xaymar/obs-StreamFX/discussions/categories/ideas-feedback
|
about: Join the Discord to get help and support! (Provided by volunteers only)
|
||||||
about: We're always open to new ideas and constructive feedback, as long as they have been discussed before.
|
|
||||||
- name: Having trouble using StreamFX?
|
|
||||||
url: https://s.xaymar.com/streamfx-dc
|
url: https://s.xaymar.com/streamfx-dc
|
||||||
about: Join the official Discord and head to support-hub to get all the support necessary.
|
- name: Looking for Help & Support? (Forum-style)
|
||||||
|
about: For more detailed support, create a discussion thread!
|
||||||
|
url: https://github.com/Xaymar/obs-StreamFX/discussions/categories/general
|
||||||
|
- name: Got a question about functionality?
|
||||||
|
about: Consider using the Q&A discussion board!
|
||||||
|
url: https://github.com/Xaymar/obs-StreamFX/discussions/categories/q-a
|
||||||
|
- name: Share feedback and ideas for features on the forum!
|
||||||
|
about: We're open to ideas and suggestions, as well as constructive feedback.
|
||||||
|
url: https://github.com/Xaymar/obs-StreamFX/discussions/categories/ideas-feedback
|
||||||
- name: OBS Studio Support
|
- name: OBS Studio Support
|
||||||
url: https://obsproject.com/help
|
url: https://obsproject.com/help
|
||||||
about: Unsure if your Issue fits the StreamFX plugin? Consider the OBS Studio Support instead!
|
about: Unsure if your Issue fits the StreamFX plugin? Consider the OBS Studio Support instead!
|
||||||
|
|
|
@ -1,18 +1,12 @@
|
||||||
---
|
---
|
||||||
name: "File an Improvement Request"
|
name: "File an Feature or Improvement request"
|
||||||
title: "Replace Me Or Have Your Request Closed"
|
title: "REPLACE ME"
|
||||||
description: "Requests without an accompanying discussion thread will be closed and locked."
|
description: "This form is for developers only. Abuse of this form will be met with a permanent interaction ban."
|
||||||
labels: ["enhancement"]
|
labels: ["enhancement"]
|
||||||
body:
|
body:
|
||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: "Discussion Thread"
|
label: "Discussion Thread"
|
||||||
description: "Please paste the direct link to the discussion thread"
|
description: "Please paste the direct link to the discussion thread discussing this feature or improvement."
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
label: "Provide a summary of the Improvement"
|
|
||||||
description: "This should only include parts that were agreed upon."
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
|
@ -1,43 +1,15 @@
|
||||||
name: "File an Issue Report"
|
---
|
||||||
title: "Replace Me Or Have Your Report Closed"
|
name: "File an Bug or Crash report"
|
||||||
description: "Use this if you've encountered a Bug, Crash or Freeze with StreamFX."
|
title: "REPLACE ME"
|
||||||
|
description: "This form is for bug and crash reports only, primarily used by developers. Abuse of this form will lead to a permanent interaction ban."
|
||||||
labels: ["bug"]
|
labels: ["bug"]
|
||||||
body:
|
body:
|
||||||
- type: dropdown
|
|
||||||
attributes:
|
|
||||||
label: "Operating System"
|
|
||||||
description: "What Operating System do you use for OBS Studio and StreamFX? Select 'Other' if your Operating System is not listed"
|
|
||||||
options:
|
|
||||||
- "Windows 10 1903 and higher"
|
|
||||||
- "MacOS 10.15 and higher"
|
|
||||||
- "Linux (like Debian/Ubuntu)"
|
|
||||||
- "Linux (like Arch Linux)"
|
|
||||||
- "Linux (like FreeBSD)"
|
|
||||||
- "(Other)"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: input
|
|
||||||
attributes:
|
|
||||||
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."
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: input
|
|
||||||
attributes:
|
|
||||||
label: "StreamFX Version"
|
|
||||||
description: "On which StreamFX version did you first encounter this issue?"
|
|
||||||
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."
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: "OBS Studio Crash Log"
|
label: "OBS Studio Logs"
|
||||||
description: "If OBS Studio crashed (not froze) paste the crash log here, or upload it somewhere and paste the link here."
|
description: "Paste the content or attach the log files from OBS Studio here. In the event of a crash, paste or attach both the crash log and the normal log file."
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: "Current and Expected Behavior"
|
label: "Current and Expected Behavior"
|
||||||
|
@ -53,4 +25,3 @@ body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: "Any additional Information we need to know?"
|
label: "Any additional Information we need to know?"
|
||||||
description: "If you answered '(Other)' to any system relevant information, explain what you mean by that here."
|
|
||||||
|
|
|
@ -2,9 +2,8 @@
|
||||||
<!-- Describe the PR in as much detail as possible. If possible include example images, videos and documents, and explain why it is necessary. If this is related to a discussion or issue, please also link them. -->
|
<!-- Describe the PR in as much detail as possible. If possible include example images, videos and documents, and explain why it is necessary. If this is related to a discussion or issue, please also link them. -->
|
||||||
|
|
||||||
#### Completion Checklist
|
#### Completion Checklist
|
||||||
- [ ] I have added myself to the Copyright and License headers and files.
|
<!-- Check all items that apply. Don't lie here, we'll know the moment we verify this. -->
|
||||||
- [ ] I will maintain this code in the future and have added myself to `CODEOWNERS`.
|
- [ ] This has been tested on the following platforms: <!-- REQUIRED (at least one) -->
|
||||||
- I have tested this change on the following platforms:
|
|
||||||
- [ ] MacOS 10.15
|
- [ ] MacOS 10.15
|
||||||
- [ ] MacOS 11
|
- [ ] MacOS 11
|
||||||
- [ ] MacOS 12
|
- [ ] MacOS 12
|
||||||
|
@ -12,3 +11,5 @@
|
||||||
- [ ] Ubuntu 22.04
|
- [ ] Ubuntu 22.04
|
||||||
- [ ] Windows 10
|
- [ ] Windows 10
|
||||||
- [ ] Windows 11
|
- [ ] Windows 11
|
||||||
|
- [ ] The copyright headers and license files have been updated. <!-- REQUIRED -->
|
||||||
|
- [ ] I will maintain this for the forseeable future, and have added myself to `CODEOWNERS`. <!-- REQUIRED for content or feature additions -->
|
||||||
|
|
Loading…
Reference in New Issue