mirror of
https://github.com/karl0ss/homepage.git
synced 2025-05-10 00:41:32 +01:00
18 lines
482 B
YAML
18 lines
482 B
YAML
name: Feature request
|
|
description: Suggest an idea for this project
|
|
title: "[Feature Request] "
|
|
labels: ["enhancement"]
|
|
body:
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Description
|
|
description: A clear and concise description of what you would like to see.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: other
|
|
attributes:
|
|
label: Other
|
|
description: Add any other context or information about the feature request here.
|