mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Clean up YML indenting
This commit is contained in:
parent
3021fd597b
commit
7950d81d00
1 changed files with 71 additions and 70 deletions
141
.github/ISSUE_TEMPLATE/app-request-template.yml
vendored
141
.github/ISSUE_TEMPLATE/app-request-template.yml
vendored
|
|
@ -5,80 +5,81 @@ 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
|
---
|
||||||
id: app-name
|
- type: textarea
|
||||||
attributes:
|
id: app-name
|
||||||
label: What is The name of the app as seen on the App website or official page?
|
attributes:
|
||||||
validations:
|
label: What is The name of the app as seen on the App website or official page?
|
||||||
required: true
|
validations:
|
||||||
- type: dropdown
|
required: true
|
||||||
id: stable-support
|
- type: dropdown
|
||||||
attributes:
|
id: stable-support
|
||||||
label: Is there a supported version available on a stable release channel?
|
attributes:
|
||||||
options:
|
label: Is there a supported version available on a stable release channel?
|
||||||
- Yes
|
options:
|
||||||
- No
|
- Yes
|
||||||
validations:
|
- No
|
||||||
required: true
|
validations:
|
||||||
- type: textarea
|
required: true
|
||||||
id: proposed-status
|
- type: textarea
|
||||||
attributes:
|
id: proposed-status
|
||||||
label: Proposed App Status
|
attributes:
|
||||||
desciption: |
|
label: Proposed App Status
|
||||||
What's the current app status based off of current discussion or testing?
|
desciption: |
|
||||||
You can check the different statused here: https://github.com/ThatGuySam/doesitarm/blob/master/README.md#legend
|
What's the current app status based off of current discussion or testing?
|
||||||
validations:
|
You can check the different statused here: https://github.com/ThatGuySam/doesitarm/blob/master/README.md#legend
|
||||||
required: true
|
validations:
|
||||||
- type: textarea
|
required: true
|
||||||
id: proposed-category
|
- type: textarea
|
||||||
attributes:
|
id: proposed-category
|
||||||
label: Proposed App Category
|
attributes:
|
||||||
desciption: |
|
label: Proposed App Category
|
||||||
What category should the app go under?
|
desciption: |
|
||||||
Try to avoid the generic categories of Productivity unless no other category fits.
|
What category should the app go under?
|
||||||
validations:
|
Try to avoid the generic categories of Productivity unless no other category fits.
|
||||||
required: true
|
validations:
|
||||||
- type: textarea
|
required: true
|
||||||
id: links
|
- type: textarea
|
||||||
attributes:
|
id: links
|
||||||
label: Related Issue Tracker Links or discussion
|
attributes:
|
||||||
desciption: |
|
label: Related Issue Tracker Links or discussion
|
||||||
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.
|
desciption: |
|
||||||
Basically, some kind of resources that can be checked for status changes to verify our status or report that it's out of date.
|
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.
|
||||||
validations:
|
Basically, some kind of resources that can be checked for status changes to verify our status or report that it's out of date.
|
||||||
required: true
|
validations:
|
||||||
- type: textarea
|
required: true
|
||||||
id: download-link
|
- type: textarea
|
||||||
attributes:
|
id: download-link
|
||||||
label: An Official App Download Page
|
attributes:
|
||||||
desciption: |
|
label: An Official App Download Page
|
||||||
This is so that when the App is ready for Apple Silicon users can quickly download the app
|
desciption: |
|
||||||
and be confident that they are downloading from an official source.
|
This is so that when the App is ready for Apple Silicon users can quickly download the app
|
||||||
- type: textarea
|
and be confident that they are downloading from an official source.
|
||||||
id: verification-screenshots
|
- type: textarea
|
||||||
attributes:
|
id: verification-screenshots
|
||||||
label: Full Screenshot with the App and Activity Monitor(if self reporting) or [Silicon Info](https://github.com/billycastelli/Silicon-Info)
|
attributes:
|
||||||
desciption: |
|
label: Full Screenshot with the App and Activity Monitor(if self reporting) or [Silicon Info](https://github.com/billycastelli/Silicon-Info)
|
||||||
A screenshot with Activity Monitor open showing the App's architecture type. Example: #358
|
desciption: |
|
||||||
|
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!
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue