From 1b6a7c861ade3ca03e59f3643b37073d863baca6 Mon Sep 17 00:00:00 2001 From: phofl Date: Wed, 15 Dec 2021 20:18:53 +0100 Subject: [PATCH 1/5] Try template --- .github/ISSUE_TEMPLATE/bug_report.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 0f50eb47607cd..505f8cf8e4477 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: Version Checks options: - label: > I have checked that this issue has not already been reported. From 02194a30b9afc5e7cc0f5eab4aab22fa1975c841 Mon Sep 17 00:00:00 2001 From: phofl Date: Wed, 15 Dec 2021 20:21:41 +0100 Subject: [PATCH 2/5] Add labels --- .github/ISSUE_TEMPLATE/documentation_improvement.yaml | 1 + .github/ISSUE_TEMPLATE/installation_issue.yaml | 1 + .github/ISSUE_TEMPLATE/performance_issue.yaml | 1 + 3 files changed, 3 insertions(+) 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..8e809a6c07e9c 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: Pandas version checks 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. From 550b48123267f89aca11ec6ca53e2367fe40c89e Mon Sep 17 00:00:00 2001 From: phofl Date: Wed, 15 Dec 2021 20:22:25 +0100 Subject: [PATCH 3/5] Add for submit question --- .github/ISSUE_TEMPLATE/submit_question.yml | 1 + 1 file changed, 1 insertion(+) 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) From 7506916cbfc6ef90d6439ae9d0f9d99fe42be8f7 Mon Sep 17 00:00:00 2001 From: phofl Date: Wed, 15 Dec 2021 20:24:15 +0100 Subject: [PATCH 4/5] Add for submit question --- .github/ISSUE_TEMPLATE/bug_report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 505f8cf8e4477..805413d79aae2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -7,7 +7,7 @@ body: - type: checkboxes id: checks attributes: - label: Version Checks + label: Pandas version checks options: - label: > I have checked that this issue has not already been reported. From 89feda10411260154e8e82db03947ba8904cc69f Mon Sep 17 00:00:00 2001 From: phofl Date: Wed, 15 Dec 2021 20:42:41 +0100 Subject: [PATCH 5/5] Rename --- .github/ISSUE_TEMPLATE/installation_issue.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/installation_issue.yaml b/.github/ISSUE_TEMPLATE/installation_issue.yaml index 8e809a6c07e9c..a80269ff0f12d 100644 --- a/.github/ISSUE_TEMPLATE/installation_issue.yaml +++ b/.github/ISSUE_TEMPLATE/installation_issue.yaml @@ -7,7 +7,7 @@ body: - type: checkboxes id: checks attributes: - label: Pandas version checks + label: Installation check options: - label: > I have read the [installation guide](https://pandas.pydata.org/pandas-docs/stable/getting_started/install.html#installing-pandas).