diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 12fecb333e..09752a7293 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 1f8dbde54f..cbbc03c492 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