mirror of
https://github.com/nix-packages/nixapks.git
synced 2025-11-08 19:46:11 +01:00
now it looks a bit more nice
This commit is contained in:
parent
a38ca4c173
commit
09f40c95b5
1 changed files with 9 additions and 8 deletions
17
.github/ISSUE_TEMPLATE/app-requst.yml
vendored
17
.github/ISSUE_TEMPLATE/app-requst.yml
vendored
|
|
@ -5,12 +5,10 @@ labels: [
|
|||
"type: app request"
|
||||
]
|
||||
body:
|
||||
- type: textarea
|
||||
id: basic_example
|
||||
- type: input
|
||||
id: source_url
|
||||
attributes:
|
||||
label: "Basic Example"
|
||||
description: Indicate here some basic examples of your feature.
|
||||
placeholder: A few specific words about your feature request.
|
||||
label: "Source URL (git, svn, etc)"
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
|
|
@ -22,11 +20,14 @@ body:
|
|||
- Flutter
|
||||
- React Native
|
||||
- Gradle (kotlin or java)
|
||||
- Other
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: extra_information
|
||||
id: additional_context
|
||||
attributes:
|
||||
label: "Just give your extra information"
|
||||
label: "Additional Context"
|
||||
description: Provide any additional information that might be useful.
|
||||
placeholder: "Git source url, documentation, etc."
|
||||
placeholder: "issues, documentation, etc."
|
||||
validations:
|
||||
required: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue