Sandboxie/.github/ISSUE_TEMPLATE/2-feature_request.yml

26 lines
880 B
YAML
Raw Normal View History

2022-01-31 02:47:53 +00:00
name: Feature request
description: Suggest a new idea for Sandboxie
2022-04-11 18:47:39 +01:00
labels: ["Feature request"]
2022-01-31 02:47:53 +00:00
body:
- type: textarea
id: describe-feature
attributes:
label: Is your feature request related to a problem or use case?
description: A clear and concise description of what the problem is. You can add screenshots and provide links to help explain it.
validations:
required: true
- type: textarea
id: preferred-solution
attributes:
label: Describe the solution you'd like
description: A clear and concise description of what you want to happen.
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Describe alternatives you've considered
description: If applicable, specify any alternative solutions or features you've considered.
validations:
required: false