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.
27 lines
645 B
YAML
27 lines
645 B
YAML
name: Site Support Request
|
|
description: Request support for a new booru backend
|
|
title: "[SITE] "
|
|
labels: ["site-support"]
|
|
body:
|
|
- type: input
|
|
id: site
|
|
attributes:
|
|
label: Site name and URL
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: api
|
|
attributes:
|
|
label: API type
|
|
options: [Danbooru-compatible, Gelbooru-compatible, Moebooru, Shimmie2, Unknown, Other]
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: api_docs
|
|
attributes:
|
|
label: Link to API documentation (if any)
|
|
- type: textarea
|
|
id: notes
|
|
attributes:
|
|
label: Auth, rate limits, or quirks worth knowing
|