From f999cf9ae8a7f9fbcbda0270b867359c9e995172 Mon Sep 17 00:00:00 2001 From: Ray Bell Date: Fri, 22 Mar 2024 23:22:30 -0400 Subject: [PATCH 1/2] missing labels --- .github/ISSUE_TEMPLATE/pandas_function_request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/pandas_function_request.md b/.github/ISSUE_TEMPLATE/pandas_function_request.md index 1cecca72953..6fa57b82500 100644 --- a/.github/ISSUE_TEMPLATE/pandas_function_request.md +++ b/.github/ISSUE_TEMPLATE/pandas_function_request.md @@ -2,7 +2,7 @@ name: Request a Missing Pandas Function about: Request GPU support for a function executed on the CPU in pandas accelerator mode. title: "[FEA]" -labels: "? - Needs Triage, feature request" +labels: "Needs Triage, feature request, pandas" assignees: '' --- From df1eb93189d2c5599d60d2b46e53fe6c336cb762 Mon Sep 17 00:00:00 2001 From: GALI PREM SAGAR Date: Wed, 17 Apr 2024 18:17:15 -0500 Subject: [PATCH 2/2] Update .github/ISSUE_TEMPLATE/pandas_function_request.md --- .github/ISSUE_TEMPLATE/pandas_function_request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/pandas_function_request.md b/.github/ISSUE_TEMPLATE/pandas_function_request.md index 6fa57b82500..19f1377dfe7 100644 --- a/.github/ISSUE_TEMPLATE/pandas_function_request.md +++ b/.github/ISSUE_TEMPLATE/pandas_function_request.md @@ -2,7 +2,7 @@ name: Request a Missing Pandas Function about: Request GPU support for a function executed on the CPU in pandas accelerator mode. title: "[FEA]" -labels: "Needs Triage, feature request, pandas" +labels: "Needs Triage, feature request, cudf.pandas" assignees: '' ---