mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-10 14:46:54 +08:00
📝 Update docs
This commit is contained in:
parent
0a55e4d920
commit
184196f0ee
12
.github/ISSUE_TEMPLATE/request-svg-.md
vendored
12
.github/ISSUE_TEMPLATE/request-svg-.md
vendored
@ -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.
|
||||
|
@ -10,6 +10,10 @@
|
||||
Discover
|
||||
</a>
|
||||
<span> ✦ </span>
|
||||
<a href="https://github.com/pheralb/svgl/issues/new?assignees=pheralb&labels=request&projects=&template=request-svg-.md&title=%5BRequest%5D%3A">
|
||||
Request logo
|
||||
</a>
|
||||
<span> ✦ </span>
|
||||
<a href="#-getting-started">
|
||||
Submit logo
|
||||
</a>
|
||||
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user