update: use dropdown for status on app update

fixeds #1060
This commit is contained in:
Sam Carlton 2025-06-14 13:35:48 -05:00 committed by GitHub
parent 4ea6e75441
commit b73aa4f3a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,13 +34,19 @@ body:
- "No"
validations:
required: true
- type: textarea
- type: dropdown
id: proposed-status
attributes:
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
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:
required: true
- type: textarea