mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
8e9b3ef7bb
In order to overwrite what the org uses, we must update our issue template to the new system.
43 lines
1.2 KiB
YAML
43 lines
1.2 KiB
YAML
name: Feature Request
|
|
description: Request for a new feature (request/event) to be added to obs-websocket
|
|
title: "Feature Request: "
|
|
labels: ["Issue: Feature Request"]
|
|
body:
|
|
- type: markdown
|
|
id: md_welcome
|
|
attributes:
|
|
value: This form is for requesting features for obs-websocket!
|
|
- type: dropdown
|
|
id: feature_request_type
|
|
attributes:
|
|
label: Feature Request Type
|
|
description: What kind of feature would you like to see added to obs-websocket?
|
|
options:
|
|
- RPC Request
|
|
- RPC Event
|
|
- Settings Dialog
|
|
- Other
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: feature_request_type_other
|
|
attributes:
|
|
label: Feature Request Type (Other)
|
|
description: "If \"Other\" was selected above, what type of feature request do you have?"
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
id: requested_feature
|
|
attributes:
|
|
label: Requested Feature
|
|
description: "What feature would you like to see added?"
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: requested_feature_scenario
|
|
attributes:
|
|
label: Requested Feature Usage Scenario
|
|
description: "What is a use-case where this feature would be helpful?"
|
|
validations:
|
|
required: true
|