Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ body:
- type: checkboxes
id: checks
attributes:
label: Pandas version checks
options:
- label: >
I have checked that this issue has not already been reported.
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/documentation_improvement.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ labels: [Docs, Needs Triage]
body:
- type: checkboxes
attributes:
label: Pandas version checks
options:
- label: >
I have checked that the issue still exists on the latest versions of the docs
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/installation_issue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ body:
- type: checkboxes
id: checks
attributes:
label: Installation check
options:
- label: >
I have read the [installation guide](https://pandas.pydata.org/pandas-docs/stable/getting_started/install.html#installing-pandas).
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/performance_issue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ body:
- type: checkboxes
id: checks
attributes:
label: Pandas version checks
options:
- label: >
I have checked that this issue has not already been reported.
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/submit_question.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ body:
usage questions, we ask that all usage questions are first asked on StackOverflow.
- type: checkboxes
attributes:
label: Research
options:
- label: >
I have searched the [[pandas] tag](https://stackoverflow.com/questions/tagged/pandas)
Expand Down