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:
dragon2611 2024-08-27 10:03:51 +01:00 committed by GitHub
parent 9c4c286696
commit 827e3e83ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,9 +25,9 @@ body:
description: Are you willing to contribute to the implementation of this feature?
options:
- label: I can write the design doc for this feature
required: true
required: false
- label: I can contribute this feature
required: true
required: false
- type: textarea
attributes:
label: How can it be implemented?