File tree 2 files changed +40
-22
lines changed
2 files changed +40
-22
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ name : Documentation Improvement
2
+ description : Report wrong or missing documentation
3
+ title : " DOC: "
4
+ labels : [Docs, Needs Triage]
5
+
6
+ body :
7
+ - type : checkboxes
8
+ attributes :
9
+ options :
10
+ - label : >
11
+ I have checked that the issue still exists on the latest versions of the docs
12
+ on `master` [here](https://pandas.pydata.org/docs/dev/)
13
+ required: true
14
+ - type : textarea
15
+ id : location
16
+ attributes :
17
+ label : Location of the documentation
18
+ description : >
19
+ Please provide the location of the documentation, e.g. "pandas.read_csv" or the
20
+ URL of the documentation, e.g.
21
+ "https://pandas.pydata.org/docs/reference/api/pandas.read_csv.html"
22
+ placeholder : https://pandas.pydata.org/docs/reference/api/pandas.read_csv.html
23
+ validations :
24
+ required : true
25
+ - type : textarea
26
+ id : problem
27
+ attributes :
28
+ label : Documentation problem
29
+ description : >
30
+ Please provide a description of what documentation you believe needs to be fixed/improved
31
+ validations :
32
+ required : true
33
+ - type : textarea
34
+ id : suggested-fix
35
+ attributes :
36
+ label : Suggested fix for documentation
37
+ description : >
38
+ Please explain the suggested fix and **why** it's better than the existing documentation
39
+ validations :
40
+ required : true
You can’t perform that action at this time.
0 commit comments