mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
18 lines
633 B
YAML
18 lines
633 B
YAML
name: Question
|
|
description: I have a question related to this project
|
|
labels: ["Question"]
|
|
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: Question
|
|
description: Ask your question, be specific. The more info you provide, the easier it will be for someone to answer!
|