File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 26
26
label : Reproducible Example
27
27
description : >
28
28
Please follow [this guide](https://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports) on how to
29
- provide a minimal, copy-pastable example.
29
+ provide a minimal, copy-pastable example. Reports without reproducible examples will generally be closed
30
+ until they are provided.
30
31
placeholder : >
31
32
import pandas as pd
32
33
Original file line number Diff line number Diff line change 28
28
attributes :
29
29
label : Documentation problem
30
30
description : >
31
- Please provide a description of what documentation you believe needs to be fixed/improved
31
+ Please provide a description of what documentation you believe needs to be fixed/improved.
32
+ Reports without a clear, actionable request will generally be closed.
32
33
validations :
33
34
required : true
34
35
- type : textarea
Original file line number Diff line number Diff line change 21
21
attributes :
22
22
label : Problem Description
23
23
description : >
24
- Please describe what problem the feature would solve, e.g. "I wish I could use pandas to ..."
24
+ Please describe what problem the feature would solve, e.g. "I wish I could use pandas to ...".
25
+ Reports without a clear, actionable request will generally be closed.
25
26
placeholder : >
26
27
I wish I could use pandas to return a Series from a DataFrame when possible.
27
28
validations :
Original file line number Diff line number Diff line change 25
25
description : >
26
26
Please provide a minimal, copy-pastable example that quantifies
27
27
[slow runtime](https://docs.python.org/3/library/timeit.html) or
28
- [memory](https://pypi.org/project/memory-profiler/) issues.
28
+ [memory](https://pypi.org/project/memory-profiler/) issues. Reports
29
+ without reproducible examples will generally be closed
30
+ until they are provided.
29
31
validations :
30
32
required : true
31
33
- type : textarea
You can’t perform that action at this time.
0 commit comments