12345678910111213141516171819202122232425262728293031323334 |
- name: Feature Request
- description: Provide details about a feature you'd like to see.
- labels:
- - feature
- - request
- body:
- - type: checkboxes
- id: os
- attributes:
- label: Operating System
- options:
- - label: Windows
- - label: macOS
- - label: Linux
- - label: FreeBSD
- - label: OpenBSD
- - label: Android
- - label: iOS
- - label: Nintendo Switch
- - label: PlayStation 5
- - label: Xbox
- - label: Web Browsers
- validations:
- required: true
- - type: textarea
- id: what
- attributes:
- label: What feature would you like to be added?
- validations:
- required: true
- - type: textarea
- id: why
- attributes:
- label: Why is this needed?
|