From 184196f0eeafd39789ab53ea53171d2ddf9c9564 Mon Sep 17 00:00:00 2001 From: pheralb Date: Wed, 24 Jan 2024 11:00:42 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/request-svg-.md | 12 ++++++++---- README.md | 8 +++++++- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/request-svg-.md b/.github/ISSUE_TEMPLATE/request-svg-.md index 4f04048..39c9fb1 100644 --- a/.github/ISSUE_TEMPLATE/request-svg-.md +++ b/.github/ISSUE_TEMPLATE/request-svg-.md @@ -1,17 +1,21 @@ --- name: Request SVG. about: Request an SVG here. -title: "[Request]:" +title: '🔔 [Request]:' labels: request assignees: pheralb - --- +## 🔎 Information: + - **Title**: - **Category**: - **Source (.svg)**: - **Website**: -## Checklist (required): +## 📝 Checklist: -- [x] #739 +- [x] I have permission to use this logo. +- [x] I have optimized the SVG for web. +- [x] The size of the SVG is less than **20kb**. +- [x] The `viewBox` is not removed. diff --git a/README.md b/README.md index 2f7452e..cff17b4 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,10 @@ Discover  ✦  + + Request logo + +  ✦  Submit logo @@ -128,7 +132,9 @@ pnpm install "wordmark": "/library/your_logo_wordmark.svg", "url": "Website" }, +``` +```json // Add light/dark mode: { "title": "Title", @@ -139,7 +145,7 @@ pnpm install "dark": "/library/your_logo_wordmark_dark.svg" }, "url": "Website" -}, +} ``` > [!NOTE]