diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 0f50eb47607cd..805413d79aae2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -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. diff --git a/.github/ISSUE_TEMPLATE/documentation_improvement.yaml b/.github/ISSUE_TEMPLATE/documentation_improvement.yaml index 97897c3224f91..8486d6e3eebdc 100644 --- a/.github/ISSUE_TEMPLATE/documentation_improvement.yaml +++ b/.github/ISSUE_TEMPLATE/documentation_improvement.yaml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/installation_issue.yaml b/.github/ISSUE_TEMPLATE/installation_issue.yaml index d5db0d1c83a41..a80269ff0f12d 100644 --- a/.github/ISSUE_TEMPLATE/installation_issue.yaml +++ b/.github/ISSUE_TEMPLATE/installation_issue.yaml @@ -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). diff --git a/.github/ISSUE_TEMPLATE/performance_issue.yaml b/.github/ISSUE_TEMPLATE/performance_issue.yaml index 2dcfc94f4a604..9cde5b6dca385 100644 --- a/.github/ISSUE_TEMPLATE/performance_issue.yaml +++ b/.github/ISSUE_TEMPLATE/performance_issue.yaml @@ -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. diff --git a/.github/ISSUE_TEMPLATE/submit_question.yml b/.github/ISSUE_TEMPLATE/submit_question.yml index b227c9970f29e..6f73041b0f527 100644 --- a/.github/ISSUE_TEMPLATE/submit_question.yml +++ b/.github/ISSUE_TEMPLATE/submit_question.yml @@ -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)