Merge branch 'master' of github.com:poolifier/poolifier
[poolifier.git] / .github / ISSUE_TEMPLATE / feature_request.yml
1 name: Feature request
2 description: Request a feature
3 title: '[FEATURE]'
4 labels: ['enhancement', 'triage']
5
6 body:
7 - type: markdown
8 attributes:
9 value: |
10 Thank you for requesting a feature.
11
12 This issue tracker is for feature requests in poolifier.
13 Any misuse of this issue tracker will be closed immediately.
14
15 Please fill in as much of the template below as you're able.
16 - type: checkboxes
17 attributes:
18 label: Duplicate issue
19 options:
20 - label: I've searched for any related issues and avoided creating a duplicate issue.
21 required: true
22 - type: textarea
23 attributes:
24 label: Description
25 description: A clear and concise description of the feature.
26 placeholder: |
27 - If your feature request is related to a problem, please describe it
28 - If you have solutions in mind, please describe them
29 - type: textarea
30 attributes:
31 label: Attachments
32 description: Architecture or design documents, screenshots, screencast, etc.