Update and rename theme-request.md to theme-request.yml

This commit is contained in:
not 2022-05-20 10:28:39 -04:00 committed by GitHub
parent 83be69ffb0
commit b880c6ea88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 35 additions and 14 deletions

View file

@ -1,14 +0,0 @@
---
name: Theme request
about: Suggest an idea for this project
title: Theme request for app
labels: theme request
assignees: ''
---
**What would you like themed? (Please provide a link to the app)**
**Would you be willing to work on this?**
**(Optional) What's your favourite colour in the Rosé Pine palette?**

View file

@ -0,0 +1,35 @@
name: Theme request
description: Suggest a new theme
title: Theme request for <app>
labels: theme request
body:
- type: textarea
attributes:
label: App details
value: |
- App name:
- Link to app:
render: markdown
validations:
required: true
- type: checkboxes
attributes:
label: Would you be willing to work on this?
options:
- label: Sure
- label: Nope
required: true
- type: dropdown
id: issue-type
attributes:
label: What is your favourite Rosé Pine accent
multiple: false
options:
- Love
- Gold
- Rose
- Pine
- Foam
- Iris
validations:
required: false