Add inputs to indicate minimum beta and stable releases that support the feature (#25981)

This commit is contained in:
Tyera Eulberg 2022-06-14 22:23:07 -06:00 committed by GitHub
parent db9004bd0f
commit f48d0b2b36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

View File

@ -47,6 +47,20 @@ body:
- Staked Validator Vote
validations:
required: true
- type: input
id: beta-version
attributes:
label: Minimum Beta Version
placeholder: Edit this response when feature has landed in a beta release
validations:
required: false
- type: input
id: stable-version
attributes:
label: Minimum Stable Version
placeholder: Edit this response when feature has landed in a stable release
validations:
required: false
- type: input
id: testnet
attributes: