feat: add roadmap issue template for planned features and improvements

This commit is contained in:
Sam Chau
2026-01-30 01:09:14 +10:30
parent 0903feda23
commit f02b60fda8

18
.github/ISSUE_TEMPLATE/roadmap.yml vendored Normal file
View File

@@ -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"