mirror of
https://github.com/rose-pine/rose-pine-theme
synced 2024-11-25 13:30:19 +00:00
Update and rename theme-request.md to theme-request.yml
This commit is contained in:
parent
83be69ffb0
commit
b880c6ea88
2 changed files with 35 additions and 14 deletions
14
.github/ISSUE_TEMPLATE/theme-request.md
vendored
14
.github/ISSUE_TEMPLATE/theme-request.md
vendored
|
@ -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?**
|
35
.github/ISSUE_TEMPLATE/theme-request.yml
vendored
Normal file
35
.github/ISSUE_TEMPLATE/theme-request.yml
vendored
Normal 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
|
Loading…
Reference in a new issue