Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ description: Propose a new feature or improvement
title: "[feat]: "
labels: ["type:feature", "status:triage"]
body:
- type: input
id: component
attributes:
label: Component
description: Which part of the project this affects (e.g. dashboard, installer, CLI).
placeholder: dashboard
- type: textarea
id: problem
attributes:
Expand Down