add new app request form input field
Some checks are pending
Build apps to test the derivations / generate-matrix (push) Waiting to run
Build apps to test the derivations / build-app (push) Blocked by required conditions
Build Documentation / build-docs (push) Waiting to run

This commit is contained in:
Osman Faruk Bayram 2025-11-04 10:06:57 +03:00
parent eaea7dd21d
commit b7e843f959

View file

@ -11,6 +11,14 @@ body:
label: "Source URL (git, svn, etc)"
validations:
required: true
- type: input
id: app_version
attributes:
label: "App Version"
description: Specify the version of the app you are requesting.
placeholder: "e.g., 1.0.0, 2.3.1"
validations:
required: true
- type: dropdown
id: framework
attributes: