From 4ebad9e083c4c410531351ff84771626b4465455 Mon Sep 17 00:00:00 2001 From: Christopher Desiniotis Date: Tue, 6 Jan 2026 09:14:40 -0800 Subject: [PATCH] Add GitHub issue templates for RFEs and questions Signed-off-by: Christopher Desiniotis --- .github/ISSUE_TEMPLATE/feature_request.md | 8 ++++++++ .github/ISSUE_TEMPLATE/question.md | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..787e06552 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,8 @@ +--- +name: Feature request +about: Submit a feature request +title: "[Feature]: " +labels: ["feature", "lifecycle/frozen"] +--- + + diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 000000000..35c6c1137 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,8 @@ +--- +name: Question +about: Ask a question +title: "[Question]: " +labels: ["question"] +--- + +