mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-16 12:00:50 +01:00
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:
parent
4df96237f3
commit
2a0a5bb66d
32
.github/ISSUE_TEMPLATE/button-request.yml
vendored
Normal file
32
.github/ISSUE_TEMPLATE/button-request.yml
vendored
Normal 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
|
Loading…
x
Reference in New Issue
Block a user