File tree Expand file tree Collapse file tree 2 files changed +38
-15
lines changed Expand file tree Collapse file tree 2 files changed +38
-15
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ name : Good first issue
2
+ description : If you're a pip maintainer, use this to create a "good first issue" for new contributors.
3
+ labels : " good first issue"
4
+
5
+ body :
6
+ - type : textarea
7
+ attributes :
8
+ label : Description
9
+ description : >-
10
+ A clear and concise description of what the task is.
11
+ validations :
12
+ required : true
13
+
14
+ - type : textarea
15
+ attributes :
16
+ label : What needs to be done
17
+ description : >-
18
+ Describe what the contributor would need to do, describing the change.
19
+ See https://github.com/pypa/pip/issues/7661 for example.
20
+ validations :
21
+ required : true
22
+
23
+ - type : textarea
24
+ attributes :
25
+ label : Guidance for potential contributors
26
+ description : >-
27
+ Usually, you don't have to modify the content here.
28
+ value : >-
29
+ This issue is a good starting point for first time contributors -- the
30
+ process of fixing this should be a good introduction to pip's
31
+ development workflow. If there is not a corresponding pull request for
32
+ this issue, it is up for grabs. For directions for getting set up, see our
33
+ [Getting Started Guide](https://pip.pypa.io/en/latest/development/getting-started/).
34
+ If you are working on this issue and have questions, feel free to ask
35
+ them here. If you've contributed code to pip before, we encourage you to
36
+ pick up an issue without this label.
37
+ validations :
38
+ required : true
You can’t perform that action at this time.
0 commit comments