aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/app_feature_request.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/ISSUE_TEMPLATE/app_feature_request.yml')
-rw-r--r--.github/ISSUE_TEMPLATE/app_feature_request.yml43
1 files changed, 43 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/app_feature_request.yml b/.github/ISSUE_TEMPLATE/app_feature_request.yml
new file mode 100644
index 000000000..0b7706ace
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/app_feature_request.yml
@@ -0,0 +1,43 @@
1name: App - Feature Request
2description: Suggest an idea for the Ferdium app
3labels: ["enhancement :sparkles:"]
4body:
5 - type: markdown
6 attributes:
7 value: |
8 1. Please fill our form below, this way we can analyse and fix the problem as fast as possible.
9 2. If you are adding screenshots and/or videos, please do add it in English so that a wider group of people can understand and help with resolution.
10 - type: checkboxes
11 attributes:
12 label: Preflight Checklist
13 description: Please ensure you've completed all of the following.
14 options:
15 - label: I have read the [Contributing Guidelines](https://github.com/ferdium/ferdium-app/blob/HEAD/CONTRIBUTING.md) for this project.
16 required: true
17 - label: I agree to follow the [Code of Conduct](https://github.com/ferdium/ferdium-app/blob/HEAD/CODE_OF_CONDUCT.md) that this project adheres to.
18 required: true
19 - label: I have searched the [issue tracker](https://github.com/ferdium/ferdium-app/issues?q=is%3Aopen+is%3Aissue+label%3A%22enhancement+%3Asparkles%3A%22) for a feature request that matches the one I want to file, without success.
20 required: true
21 - type: textarea
22 attributes:
23 label: Problem Description
24 description: A clear and concise description of what the problem is.
25 placeholder: Ex. I'm always frustrated when [...]
26 validations:
27 required: true
28 - type: textarea
29 attributes:
30 label: Proposed Solution
31 description: A clear and concise description of what you want to happen.
32 validations:
33 required: true
34 - type: textarea
35 attributes:
36 label: Alternatives Considered
37 description: A clear and concise description of any alternative solutions or features you've considered.
38 validations:
39 required: true
40 - type: textarea
41 attributes:
42 label: Additional Information
43 description: Add any other context or screenshots about the feature request here.