From bca9e8a744074f6137509fdeeb08234f8aeb0068 Mon Sep 17 00:00:00 2001 From: Kieran <32241933+KieranRobson@users.noreply.github.com> Date: Sun, 24 Jul 2022 19:07:16 +0100 Subject: [PATCH] Added Brand Request Issue Template and Fix Design By Humans (#184) * Add issue template * Edit placeholder * Edit placeholder * Fix Design By Humans --- .github/ISSUE_TEMPLATE/brand-request.yml | 55 ++++++++++++++++++++++++ src/components/Home/Home.js | 2 +- 2 files changed, 56 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/brand-request.yml diff --git a/.github/ISSUE_TEMPLATE/brand-request.yml b/.github/ISSUE_TEMPLATE/brand-request.yml new file mode 100644 index 0000000..e9611ab --- /dev/null +++ b/.github/ISSUE_TEMPLATE/brand-request.yml @@ -0,0 +1,55 @@ +name: Brand Request +description: Suggest a brand to be added +title: '[BRAND REQUEST] ' +labels: ['Add Brand'] + + +body: + + - type: markdown + attributes: + value: |- + ## Please enter the following headings, where applicable, to make it easier to complete this request! + validations: + required: false + + + - type: textarea + id: brandName + attributes: + label: Please enter the brand name. + description: Please enter the brand name as youd like it to appear on the button. + placeholder: Brand name how it would appear on a button. e.g. Google + validations: + required: true + + - type: textarea + id: brandSite + attributes: + label: Please enter the brand website. + description: Please enter the brand website. + placeholder: https://Google.com + validations: + required: true + + - type: textarea + id: brandSVG + attributes: + label: Please enter the brand SVG. (If Applicable) + description: Please enter the brand SVG. + placeholder: Brand name how it would appear on a button. e.g. https://www.svgrepo.com/show/355037/google.svg + validations: + required: false + + - type: markdown + attributes: + value: |- + ## Thanks 🙏 + Please note that there is no guarantee that your brand will be implemented + If you haven't already done so, please Star the LittleLink-Server repository on GitHub! + validations: + required: false + + + + diff --git a/src/components/Home/Home.js b/src/components/Home/Home.js index bf00081..9bdcc17 100644 --- a/src/components/Home/Home.js +++ b/src/components/Home/Home.js @@ -783,7 +783,7 @@ function Home(props) { <Button name="designByHumans" href={runtimeConfig.DESIGNBYHUMANS} - displayName="Design By Humans!" + displayName="Design By Hümans" logo={designByHumansLogo} order={buttonOrder('DESIGNBYHUMANS')} />