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

37 lines
1.8 KiB
YAML
Raw Normal View History

2022-01-31 02:47:53 +00:00
name: Feature request
2023-06-04 10:24:51 +01:00
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: |
2024-01-06 22:11:12 +00:00
Thanks for taking the time to open this request!
Before you begin, please use the GitHub search bar to see if your feature request has already been reported.
Also, you may find your answer:
1. in the [sandboxie-docs](https://github.com/sandboxie-plus/sandboxie-docs) repository (currently there are [synchronization issues](https://github.com/sandboxie-plus/Sandboxie/discussions/1756) with sandboxie-plus.com)
2. in the other [support channels](https://github.com/sandboxie-plus/Sandboxie/discussions/1768#discussioncomment-2503401)
3. in the [cached copy](https://github.com/Sandboxie-Website-Archive/sandboxie-website-archive.github.io) of the old Sandboxie forum: `site:https://sandboxie-website-archive.github.io/www.sandboxie.com/old-forums/`
4. in the [contributing guidelines](https://github.com/sandboxie-plus/Sandboxie/blob/master/CONTRIBUTING.md)
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