diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 12fecb333e8..09752a72935 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -38,6 +38,7 @@ body: description: Which cuda-python component does this apply to? multiple: false options: + - cuda.pathfinder - cuda.bindings - cuda.core - General cuda-python diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 1f8dbde54f7..cbbc03c4924 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -22,6 +22,7 @@ body: description: What area does this request apply to? multiple: false options: + - cuda.pathfinder - cuda.bindings - cuda.core - General cuda-python