update: switch to dropdown for status and category

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

View file

@ -34,24 +34,43 @@ 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: dropdown
id: proposed-category id: proposed-category
attributes: attributes:
label: Proposed App Category label: Proposed App Category
description: | description: |
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.
options:
- Developer Tools
- Science and Research Software
- Music and Audio Tools
- Photo and Graphic Tools
- Video and Motion Tools
- Live Production and Performance
- 3D and Architecture
- Productivity Tools
- Entertainment and Media Apps
- Social and Communication
- VPNs, Security, and Privacy
- System Tools
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: links id: links
attributes: attributes: