mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
39 lines
1.4 KiB
YAML
39 lines
1.4 KiB
YAML
name: Feature request
|
|
description: Suggest an idea for this project
|
|
labels: ["Feature Request"]
|
|
assignees: []
|
|
body:
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Before opening the issue, have you...?
|
|
description: This is to help us minimize the amount of duplicate issues, which allows us more time for actual development.
|
|
options:
|
|
- label: Searched for existing issues
|
|
required: true
|
|
- type: textarea
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: Is your feature request related to a problem? Please describe
|
|
description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
|
- type: textarea
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: Describe the solution you'd like
|
|
description: A clear and concise description of what you want to happen.
|
|
- type: textarea
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: Describe alternatives you've considered
|
|
description: A clear and concise description of any alternative solutions or features you've considered.
|
|
- type: textarea
|
|
validations:
|
|
required: false
|
|
attributes:
|
|
label: Anything else?
|
|
description: |
|
|
Screenshots? Links? References? Anything that will give us more context about the issue you are encountering!
|
|
|
|
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
|