From ae11e09bfe9ee7d1b407d544c4674ecd1bd2c8d3 Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Wed, 23 Jul 2025 13:48:06 -0700 Subject: [PATCH] Add cuda.pathfinder to `Component`, `Area` pull-down in ISSUE_TEMPLATE/bug_report.yml, feature_request.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 + .github/ISSUE_TEMPLATE/feature_request.yml | 1 + 2 files changed, 2 insertions(+) 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