mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
parent
4ea6e75441
commit
b73aa4f3a4
1 changed files with 7 additions and 1 deletions
|
|
@ -34,13 +34,19 @@ body:
|
||||||
- "No"
|
- "No"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: dropdown
|
||||||
id: proposed-status
|
id: proposed-status
|
||||||
attributes:
|
attributes:
|
||||||
label: Proposed App Status
|
label: Proposed App Status
|
||||||
description: |
|
description: |
|
||||||
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
|
||||||
|
options:
|
||||||
|
- ✅ Yes, Native Apple Silicon Support
|
||||||
|
- ✳️ Yes, works via Translation or Virtualization
|
||||||
|
- ⏹ No, not working at all but support is in development
|
||||||
|
- 🚫 No, not yet supported only works on Intel-based Macs
|
||||||
|
- 🔶 Unknown, more info needed
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue