mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-14 17:21:55 +08:00
⚙️ Add new request-svg issue template
This commit is contained in:
parent
bf6aa58ac0
commit
5c8931f5f6
23
.github/ISSUE_TEMPLATE/request-svg-.md
vendored
23
.github/ISSUE_TEMPLATE/request-svg-.md
vendored
@ -1,23 +0,0 @@
|
|||||||
---
|
|
||||||
name: Request SVG.
|
|
||||||
about: Request an SVG here.
|
|
||||||
title: '🔔 [Request]:'
|
|
||||||
labels: request
|
|
||||||
---
|
|
||||||
|
|
||||||
## 🔎 Information:
|
|
||||||
|
|
||||||
> **All fields are required**:
|
|
||||||
|
|
||||||
- **Title**:
|
|
||||||
- **Category** ([check categories](https://github.com/pheralb/svgl/blob/main/src/types/categories.ts#L1)):
|
|
||||||
- **Source (.svg)** (type the link of the svg):
|
|
||||||
- **Company/Product Website**:
|
|
||||||
|
|
||||||
## 📝 Checklist:
|
|
||||||
|
|
||||||
> **Make sure that you have completed the following steps**:
|
|
||||||
|
|
||||||
- [x] I have permission to use this logo.
|
|
||||||
- [x] The link I have provided is optimized for web use.
|
|
||||||
- [x] The size of the SVG is less than **20kb**.
|
|
92
.github/ISSUE_TEMPLATE/request-svg.yml
vendored
Normal file
92
.github/ISSUE_TEMPLATE/request-svg.yml
vendored
Normal file
@ -0,0 +1,92 @@
|
|||||||
|
name: 🔔 Request SVG
|
||||||
|
description: Request a new SVG icon to be added to the collection.
|
||||||
|
title: '[🔔 Request SVG]: '
|
||||||
|
labels: [request]
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
👋 Thanks for requesting a new SVG icon! Please fill out the form below to help us understand your request better:
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
id: svg-name
|
||||||
|
attributes:
|
||||||
|
label: Title
|
||||||
|
description: Product name, brand name.
|
||||||
|
placeholder: SVGL
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
id: svg-url
|
||||||
|
attributes:
|
||||||
|
label: SVG URL
|
||||||
|
description: The URL to the SVG file.
|
||||||
|
placeholder: https://website.com/logo.svg
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
id: svg-url-dark
|
||||||
|
attributes:
|
||||||
|
label: SVG Dark Mode URL (optional)
|
||||||
|
description: The URL to the SVG file for dark mode.
|
||||||
|
placeholder: https://website.com/logo-dark.svg
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
id: svg-product-url
|
||||||
|
attributes:
|
||||||
|
label: Product URL
|
||||||
|
description: The URL to the product or brand.
|
||||||
|
placeholder: https://website.com
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: dropdown
|
||||||
|
id: svg-category
|
||||||
|
attributes:
|
||||||
|
label: Category
|
||||||
|
description: Category/Categories of the product. If the category does not exist, select “Others”.
|
||||||
|
multiple: true
|
||||||
|
options:
|
||||||
|
- AI
|
||||||
|
- Software
|
||||||
|
- Hardware
|
||||||
|
- Library
|
||||||
|
- Hosting
|
||||||
|
- Framework
|
||||||
|
- Devtool
|
||||||
|
- Monorepo
|
||||||
|
- CMS
|
||||||
|
- Database
|
||||||
|
- Compiler
|
||||||
|
- Crypto
|
||||||
|
- Cybersecurity
|
||||||
|
- Social
|
||||||
|
- Entertainment
|
||||||
|
- Browser
|
||||||
|
- Language
|
||||||
|
- Education
|
||||||
|
- Design
|
||||||
|
- Community
|
||||||
|
- Marketplace
|
||||||
|
- Music
|
||||||
|
- Vercel
|
||||||
|
- Google
|
||||||
|
- Payment
|
||||||
|
- void(0)
|
||||||
|
- Other
|
||||||
|
|
||||||
|
- type: checkboxes
|
||||||
|
id: terms
|
||||||
|
attributes:
|
||||||
|
label: Checklist
|
||||||
|
options:
|
||||||
|
- label: I have permission to use this logo.
|
||||||
|
required: true
|
||||||
|
- label: The .svg URL I have provided is optimized for web use.
|
||||||
|
required: true
|
||||||
|
- label: The .svg size is less than **20kb**.
|
||||||
|
required: true
|
Loading…
Reference in New Issue
Block a user