mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 08:53:05 +00:00
Issue 2045, Feature Request (#2071)
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.
This commit is contained in:
parent
9c4c286696
commit
827e3e83ae
1 changed files with 2 additions and 2 deletions
4
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
4
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
|
@ -25,9 +25,9 @@ body:
|
||||||
description: Are you willing to contribute to the implementation of this feature?
|
description: Are you willing to contribute to the implementation of this feature?
|
||||||
options:
|
options:
|
||||||
- label: I can write the design doc for this feature
|
- label: I can write the design doc for this feature
|
||||||
required: true
|
required: false
|
||||||
- label: I can contribute this feature
|
- label: I can contribute this feature
|
||||||
required: true
|
required: false
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: How can it be implemented?
|
label: How can it be implemented?
|
||||||
|
|
Loading…
Reference in a new issue