mirror of
https://github.com/rose-pine/rose-pine-theme
synced 2024-11-22 03:53:06 +00:00
Create add-theme.yml
This commit is contained in:
parent
5cd2df3e23
commit
72fbf7cff2
1 changed files with 26 additions and 0 deletions
26
.github/ISSUE_TEMPLATE/add-theme.yml
vendored
Normal file
26
.github/ISSUE_TEMPLATE/add-theme.yml
vendored
Normal file
|
@ -0,0 +1,26 @@
|
|||
name: Add theme
|
||||
description: Add your theme to the Rosé Pine collection
|
||||
title: New theme for <app>
|
||||
labels: new theme
|
||||
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? (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
|
Loading…
Reference in a new issue