mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-04-19 05:18:42 -04:00
feat: add roadmap issue template for planned features and improvements
This commit is contained in:
18
.github/ISSUE_TEMPLATE/roadmap.yml
vendored
Normal file
18
.github/ISSUE_TEMPLATE/roadmap.yml
vendored
Normal 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"
|
||||
Reference in New Issue
Block a user