From f02b60fda87d2c05d6a8e10976b7db2dbc0643cc Mon Sep 17 00:00:00 2001 From: Sam Chau Date: Fri, 30 Jan 2026 01:09:14 +1030 Subject: [PATCH] feat: add roadmap issue template for planned features and improvements --- .github/ISSUE_TEMPLATE/roadmap.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/roadmap.yml diff --git a/.github/ISSUE_TEMPLATE/roadmap.yml b/.github/ISSUE_TEMPLATE/roadmap.yml new file mode 100644 index 00000000..c5dd1428 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/roadmap.yml @@ -0,0 +1,18 @@ +name: 📌 Roadmap +description: Planned feature or improvement (maintainer use) +labels: ["type: feature", "source: maintainer"] + +body: + - type: textarea + id: description + attributes: + label: Description + placeholder: What and why + validations: + required: true + + - type: input + id: related + attributes: + label: Related issues + placeholder: "#123, #456"