Skip to content

Commit 3b7271c

Browse files
committed
Change the feature request template into a form
1 parent 4088fdb commit 3b7271c

File tree

2 files changed

+48
-19
lines changed

2 files changed

+48
-19
lines changed

.github/ISSUE_TEMPLATE/feature-request.md

Lines changed: 0 additions & 19 deletions
This file was deleted.
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
name: Feature request
2+
description: Suggest an idea for this project
3+
labels: "S: needs triage, type: feature request"
4+
5+
body:
6+
- type: textarea
7+
attributes:
8+
label: What's the problem this feature will solve?
9+
description: >-
10+
What are you trying to do, that you are unable to achieve with pip as it
11+
currently stands?
12+
validations:
13+
required: true
14+
15+
- type: textarea
16+
attributes:
17+
label: Describe the solution you'd like
18+
description: >-
19+
Clear and concise description of what you want to happen. Please use examples
20+
of real world use cases that this would help with, and how it solves the
21+
problem described above.
22+
validations:
23+
required: true
24+
25+
- type: textarea
26+
attributes:
27+
label: Alternative Solutions
28+
description: >-
29+
Have you tried to workaround the problem using pip or other tools? Or a
30+
different approach to solving this issue? Please elaborate here.
31+
validations:
32+
required: true
33+
34+
- type: textarea
35+
attributes:
36+
label: Additional context
37+
description: >-
38+
Add any other context, links, etc. relevant to the feature request.
39+
validations:
40+
required: true
41+
42+
- type: checkboxes
43+
attributes:
44+
label: Code of Conduct
45+
options:
46+
- label: >-
47+
I agree to follow the [PSF Code of Conduct](https://www.python.org/psf/conduct/).
48+
required: true

0 commit comments

Comments
 (0)