mirror of
https://github.com/nix-packages/nixapks.git
synced 2025-11-08 11:36:12 +01:00
add new app request form input field
This commit is contained in:
parent
eaea7dd21d
commit
b7e843f959
1 changed files with 8 additions and 0 deletions
8
.github/ISSUE_TEMPLATE/app-request.yml
vendored
8
.github/ISSUE_TEMPLATE/app-request.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue