-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path03-feature-request.yml.jinja
More file actions
49 lines (45 loc) · 1.54 KB
/
03-feature-request.yml.jinja
File metadata and controls
49 lines (45 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
39
40
41
42
43
44
45
46
47
48
49
name: Feature request
description: Suggest an idea for this project
title: "[ENH] <Please write a comprehensive title after the '[ENH]' prefix>"
labels: [enhancement]
body:
- type: checkboxes
attributes:
label: Checklist
description: >
Please make sure you check all these items before submitting your feature request.
options:
- label: There are [no similar issues or pull requests](https://github.com/{{ git_username }}/{{ project_slug }}/issues) for this yet.
required: true
- type: textarea
attributes:
label: Problem
description: >
A clear and concise description of what you are trying to achieve.
placeholder: >
"I want to be able to [...], but I can't because [...]".
validations:
required: false
- type: textarea
attributes:
label: Solution
description: >
A clear and concise description of what you would want to happen.
For API changes, try to provide a code snippet of what you would like the new API to look like.
validations:
required: false
- type: textarea
attributes:
label: Alternatives
description: >
Please describe any alternative solutions or features you've considered to solve
your problem and why they didn't help.
validations:
required: false
- type: textarea
attributes:
label: Anything else?
description: >
Provide any additional context, screenshots, tracebacks, etc. about the feature here.
validations:
required: false