GitHub's YAML issue forms require `description:`, not `about:` (which is for the legacy markdown templates). GitHub silently ignores forms with invalid top-level fields, so only the config.yml contact links were showing in the new-issue picker.
31 lines
710 B
YAML
31 lines
710 B
YAML
name: Theme Submission
|
|
description: Submit a palette for inclusion
|
|
title: "[THEME] "
|
|
labels: ["theme"]
|
|
body:
|
|
- type: input
|
|
id: name
|
|
attributes:
|
|
label: Theme name
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: palette
|
|
attributes:
|
|
label: Palette file contents
|
|
description: Paste the full @palette block or the complete .qss file
|
|
render: css
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: screenshot
|
|
attributes:
|
|
label: Screenshot URL
|
|
- type: checkboxes
|
|
id: license
|
|
attributes:
|
|
label: Licensing
|
|
options:
|
|
- label: I'm okay with this being distributed under the project's license
|
|
required: true
|