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

32 lines
1.2 KiB
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:
2022-06-29 15:19:53 +01:00
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this request!
To see if your feature request has already been reported, you can use the search box on the Issues and Discussions tabs.
Also, you may find your answer in our documentation hosted on GitHub: https://sandboxie-plus.github.io/sandboxie-docs
2022-01-31 02:47:53 +00:00
- 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