Update samplerequest.yml
This commit is contained in:
parent
0c8e45ddbb
commit
18a4c1eaab
|
@ -25,6 +25,16 @@ body:
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
id: spfx
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
attributes:
|
||||||
|
label: SPFx version
|
||||||
|
placeholder: 1.12.1
|
||||||
|
description: |
|
||||||
|
Which version of SPFx would you like this sample to work with? Leave blank if no preference.
|
||||||
|
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: willing-to-help
|
id: willing-to-help
|
||||||
attributes:
|
attributes:
|
||||||
|
|
Loading…
Reference in New Issue