mirror of
https://github.com/rose-pine/rose-pine-theme
synced 2025-02-16 21:08:30 +00:00
26 lines
716 B
YAML
26 lines
716 B
YAML
name: Add theme
|
|
description: Add your theme to the Rosé Pine collection
|
|
title: New theme for <app>
|
|
body:
|
|
- type: input
|
|
attributes:
|
|
label: Link to theme repo
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: issue-type
|
|
attributes:
|
|
label: What would you like to do with your repo?
|
|
description: If moved into the org, you will be added as a maintainer
|
|
multiple: false
|
|
options:
|
|
- Transfer my repo into the org
|
|
- Duplicate (clone) my repo into the org
|
|
- Keep my repo under my personal account
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Additional information
|
|
validations:
|
|
required: false
|