forked from PrestaShop/hummingbird
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathideas.yml
More file actions
38 lines (38 loc) · 1.54 KB
/
ideas.yml
File metadata and controls
38 lines (38 loc) · 1.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
title: "[Idea] "
body:
- type: markdown
attributes:
value: |
Thank you for sharing your ideas. Please take the time to provide as much detail as possible.
- type: textarea
id: problem
attributes:
label: The problem
description: Describe what problem you would like to see solved.
placeholder: A problem I’d love to see solved is...
validations:
required: false
- type: textarea
id: solution
attributes:
label: The solution
description: Describe the solution(s) you have in mind for this problem.
placeholder: A solution that would help is...
validations:
required: true
- type: textarea
id: additional-context
attributes:
label: Additional context
description: Add any other helpful information or screenshots here.
validations:
required: false
- type: checkboxes
attributes:
label: Do you plan to work on this subject?
description: While optional, taking matters into your own hands will significantly increase the chances that it gets done. Please select all that apply for you.
options:
- label: I'm willing to contribute a [formal specification](https://github.com/PrestaShop/prestashop-specs).
- label: I'm willing to provide any wireframes or design assets required for this feature.
- label: I'm willing to submit a Pull Request that implements this feature.
- label: I'm willing to help verify that the implemented feature works as intended and produces no unintended side effects.