mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-13 02:55:11 +08:00
827e3e83ae
Requiring someone to write a design doc/contribute to the feature shouldn't be a requirement for raising a feature request as users may lack the skills required to do this.
36 lines
1.2 KiB
YAML
36 lines
1.2 KiB
YAML
name: 🚀 Feature Request
|
|
description: Suggest an idea for Headscale
|
|
title: "[Feature] <title>"
|
|
labels: [enhancement]
|
|
body:
|
|
- type: textarea
|
|
attributes:
|
|
label: Use case
|
|
description: Please describe the use case for this feature.
|
|
placeholder: |
|
|
<!-- Include the reason, why you would need the feature. E.g. what problem
|
|
does it solve? Or which workflow is currently frustrating and will be improved by
|
|
this? -->
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Description
|
|
description: A clear and precise description of what new or changed feature you want.
|
|
validations:
|
|
required: true
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Contribution
|
|
description: Are you willing to contribute to the implementation of this feature?
|
|
options:
|
|
- label: I can write the design doc for this feature
|
|
required: false
|
|
- label: I can contribute this feature
|
|
required: false
|
|
- type: textarea
|
|
attributes:
|
|
label: How can it be implemented?
|
|
description: Free text for your ideas on how this feature could be implemented.
|
|
validations:
|
|
required: false
|