User 2 space indent for YML

This commit is contained in:
Sam Carlton 2022-12-17 14:46:27 -06:00
parent 6d0908ecf6
commit 801ab122f4
2 changed files with 68 additions and 67 deletions

View file

@ -11,3 +11,7 @@ insert_final_newline = true
[*.md] [*.md]
trim_trailing_whitespace = false trim_trailing_whitespace = false
[*.yml]
indent_style = space
indent_size = 2

View file

@ -4,82 +4,79 @@ description: Propose an app to add to the site
labels: ["New App Request"] labels: ["New App Request"]
body: body:
- type: markdown - type: markdown
attributes: attributes:
value: | value: |
### Before you start ### Before you start
Check out #358 for a great issue example Check out #358 for a great issue example
### Issue etiquette ### Issue etiquette
When opening an issue, please: When opening an issue, please:
- Check for an [existing issue](https://github.com/ThatGuySam/doesitarm/issues) first. If someone else has opened an issue describing the same problem, please upvote their issue rather than creating another one. - Check for an [existing issue](https://github.com/ThatGuySam/doesitarm/issues) first. If someone else has opened an issue describing the same problem, please upvote their issue rather than creating another one.
- Provide as much detail as possible. The more detail you are able to provide, the better! - Provide as much detail as possible. The more detail you are able to provide, the better!
- Write issues primarily in English. - Write issues primarily in English.
--- ---
- type: textarea - type: textarea
id: app-name id: app-name
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:
label: Proposed App Status label: Proposed App Status
desciption: | desciption: |
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:
label: Proposed App Category label: Proposed App Category
desciption: | desciption: |
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:
label: Related Issue Tracker Links or discussion label: Related Issue Tracker Links or discussion
desciption: | desciption: |
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:
label: An Official App Download Page label: An Official App Download Page
desciption: | desciption: |
This is so that when the App is ready for Apple Silicon users can quickly download the app This is so that when the App is ready for Apple Silicon users can quickly download the app
and be confident that they are downloading from an official source. and be confident that they are downloading from an official source.
- type: textarea - type: textarea
id: verification-screenshots id: verification-screenshots
attributes: attributes:
label: Full Screenshot with the App and Activity Monitor(if self reporting) or [Silicon Info](https://github.com/billycastelli/Silicon-Info) label: Full Screenshot with the App and Activity Monitor(if self reporting) or [Silicon Info](https://github.com/billycastelli/Silicon-Info)
desciption: | desciption: |
A screenshot with Activity Monitor open showing the App's architecture type. Example: #358 A screenshot with Activity Monitor open showing the App's architecture type. Example: #358
Tip: You can attach images clicking this area to highlight it and then dragging files in. Tip: You can attach images clicking this area to highlight it and then dragging files in.
- type: textarea - type: textarea
id: additional-context id: additional-context
attributes: attributes:
label: Additional Context label: Additional Context
desciption: | desciption: |
Links? References? More Screenshots? Anything that will give us more context about the App! Links? References? More Screenshots? Anything that will give us more context about the App!