mirror of
https://github.com/inttter/md-badges.git
synced 2026-05-06 10:26:57 +02:00
+ 🚸 Improved badge request template (#74)
This commit is contained in:
parent
9d3b9a71a5
commit
1cbbdd5c50
1 changed files with 18 additions and 8 deletions
26
.github/ISSUE_TEMPLATE/badge-request.md
vendored
26
.github/ISSUE_TEMPLATE/badge-request.md
vendored
|
|
@ -1,14 +1,24 @@
|
|||
---
|
||||
name: Badge Request
|
||||
about: Request a badge (or multiple) to add.
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
about: Request a badge to add.
|
||||
title: 'Badge Request:'
|
||||
labels: 'badge request'
|
||||
assignees: 'inttter'
|
||||
|
||||
---
|
||||
<!-- Insert the name of the badge below !-->
|
||||
**Name:**
|
||||
|
||||
**Please provide the code for the badge, including *a preview* and *the markdown code*:**
|
||||
(Insert your code here)
|
||||
---
|
||||
<!-- Insert the description of the badge, ie. what is it about, what does the thing relating to the badge do? !-->
|
||||
**Description:**
|
||||
|
||||
**Additional context:**
|
||||
(Anything else that needs to be known. If nothing, leave blank)
|
||||
---
|
||||
<!-- Insert your markdown preview along with the code for it. !-->
|
||||
|
||||
<!-- BELOW IS AN EXAMPLE, REPLACE WITH YOUR BADGE!!!!! !-->
|
||||
|
||||
**Badge Code (with preview):**
|
||||
| Preview | Markdown Code |
|
||||
|---------|---------------|
|
||||
[](#) | `[](#)`
|
||||
Loading…
Add table
Add a link
Reference in a new issue