File tree Expand file tree Collapse file tree 2 files changed +48
-19
lines changed Expand file tree Collapse file tree 2 files changed +48
-19
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments