mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Wrap Truthy value in quotes
This commit is contained in:
parent
801ab122f4
commit
c3c0fb8698
1 changed files with 7 additions and 7 deletions
14
.github/ISSUE_TEMPLATE/app-request-template.yml
vendored
14
.github/ISSUE_TEMPLATE/app-request-template.yml
vendored
|
|
@ -22,16 +22,16 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: What is The name of the app as seen on the App website or official page?
|
label: What is The name of the app as seen on the App website or official page?
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: "true"
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: stable-support
|
id: stable-support
|
||||||
attributes:
|
attributes:
|
||||||
label: Is there a supported version available on a stable release channel?
|
label: Is there a supported version available on a stable release channel?
|
||||||
options:
|
options:
|
||||||
- Yes
|
- "Yes"
|
||||||
- No
|
- "No"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: "true"
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: proposed-status
|
id: proposed-status
|
||||||
attributes:
|
attributes:
|
||||||
|
|
@ -40,7 +40,7 @@ body:
|
||||||
What's the current app status based off of current discussion or testing?
|
What's the current app status based off of current discussion or testing?
|
||||||
You can check the different statused here: https://github.com/ThatGuySam/doesitarm/blob/master/README.md#legend
|
You can check the different statused here: https://github.com/ThatGuySam/doesitarm/blob/master/README.md#legend
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: "true"
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: proposed-category
|
id: proposed-category
|
||||||
attributes:
|
attributes:
|
||||||
|
|
@ -49,7 +49,7 @@ body:
|
||||||
What category should the app go under?
|
What category should the app go under?
|
||||||
Try to avoid the generic categories of Productivity unless no other category fits.
|
Try to avoid the generic categories of Productivity unless no other category fits.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: "true"
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: links
|
id: links
|
||||||
attributes:
|
attributes:
|
||||||
|
|
@ -58,7 +58,7 @@ body:
|
||||||
This can be an Issue from a public repo related to the app (Github, Bitbucket, Gitlab, etc...) or a public discussion forum of some kind.
|
This can be an Issue from a public repo related to the app (Github, Bitbucket, Gitlab, etc...) or a public discussion forum of some kind.
|
||||||
Basically, some kind of resources that can be checked for status changes to verify our status or report that it's out of date.
|
Basically, some kind of resources that can be checked for status changes to verify our status or report that it's out of date.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: "true"
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: download-link
|
id: download-link
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue