Issue template for button requests

Gives users the ability to easily and quickly request new buttons through a GitHub issue form.
This commit is contained in:
Levi 2023-10-22 07:26:16 +02:00 committed by GitHub
parent 4df96237f3
commit 2a0a5bb66d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,32 @@
name: Request a button
description: Request a button to be added to LinkStack (in the "Pre-defined Sites" block).
title: "[Button request]: "
labels: ["button", "enhancement"]
body:
- type: input
attributes:
label: Brand Name
description: What's the name of the brand you're requesting a button for?
placeholder: E.g. "YouTube", "Apple Music" etc.
validations:
required: true
- type: textarea
attributes:
label: Brand Assets
description: |
Where can we find assets such as logos, color palettes etc.?
This field is not required, but including it will greatly improve the speed and chance of your request being implemented.
placeholder: |
Examples:
https://www.youtube.com/howyoutubeworks/resources/brand-resources/#logos-icons-and-colors
https://joinfirefish.org/about/#brand
...
validations:
required: false
- type: textarea
attributes:
label: Other
description: |
Is there anything else we should know?
validations:
required: false