Update app update template to YML markup

This commit is contained in:
Sam Carlton 2022-12-17 15:08:23 -06:00
parent 51f0b1cb55
commit 49ff257007

View file

@ -1,38 +1,75 @@
# Check for errors at https://github.com/ThatGuySam/doesitarm/blob/master/.github/ISSUE_TEMPLATE/app-update-template.yml
name: "App Update Template"
description: Report an update to an existing app on the site
labels: ["App Update"]
body:
- type: markdown
attributes:
value: |
### Before you start
Check out [Issue #358](https://github.com/ThatGuySam/doesitarm/issues/358) for a great issue example
### Issue etiquette
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.
- Provide as much detail as possible. The more detail you are able to provide, the better!
- Write issues primarily in English.
--- ---
name: App Update Template - type: textarea
about: Report an update to an existing app id: app-name
title: '' attributes:
labels: App Update label: The official name of the app
assignees: '' description: What is the name of the app as seen on the App website or official page?
validations:
--- required: true
- type: dropdown
id: stable-support
Replace each second line your own text. attributes:
label: Is there a supported version available on a stable release channel?
options:
**The official name of the app** - "Yes"
What's the full official name of the app? - "No"
validations:
**Is there a supported version available on a stable release channel?** required: true
Yes or No - type: textarea
id: proposed-status
**Proposed New App Status** attributes:
What's the current app status based off of current discussion or testing label: Proposed App Status
description: |
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:
required: true
- type: textarea
id: links
attributes:
label: Related Issue Tracker Links or discussion
description: |
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.
validations:
required: true
- type: textarea
id: download-link
attributes:
label: An Official App Download Page
description: |
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.
- type: textarea
id: verification-screenshots
attributes:
label: Full Screenshot with the App and Activity Monitor(if self reporting) or Silicon Info
description: |
A screenshot with Activity Monitor open showing the App's architecture type. Example: [Issue #358](https://github.com/ThatGuySam/doesitarm/issues/358)
**Related Issue Tracker Links or discussion** Tip: You can attach images clicking this area to highlight it and then dragging files in.
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. [Get Silicon Info](https://github.com/billycastelli/Silicon-Info)
- type: textarea
**An Official App Download Page** id: additional-context
This is so that when the App is ready for Apple SIlicon users can quickly download the app from an official site. attributes:
label: Additional Context
**Additional context** description: |
Add any other context or screenshots about the app request here. Links? References? More Screenshots? Anything that will give us more context about the App!
**Full Screenshot with the App and Activity Monitor(if self reporting) or [Silicon Info](https://github.com/billycastelli/Silicon-Info)**
As screenshot with Activity Monitor open showing the App's architecture type.