- Add feature request label - Automatically assign the correct label - Slight label and wording improvements
28 lines
923 B
YAML
28 lines
923 B
YAML
name: Feature Request for the Armbian Linux Build Framework
|
|
description: Suggest a feature that you want to see implemented.
|
|
title: "[Feature Request]: "
|
|
labels: ["Feature Request"]
|
|
assignees: "igorpecovnik"
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to fill out a feature reqest. A request does not guarantee consideration.
|
|
- type: textarea
|
|
id: what
|
|
attributes:
|
|
label: Which feature would you like to have?
|
|
placeholder: What is missing in your opinion?
|
|
validations:
|
|
required: true
|
|
- type: checkboxes
|
|
id: financing
|
|
attributes:
|
|
label: Funding
|
|
description: |
|
|
|
|
You are welcome to submit your feature request, but keep in mind we can only afford to cover minor tasks. If we decide to.<br>"
|
|
options:
|
|
- label: "[I am willing to cover expenses](https://www.armbian.com/contact/)"
|
|
required: false
|