mirror of
https://github.com/inttter/md-badges.git
synced 2026-05-06 18:36:58 +02:00
🐛 fix: swap around templates
This commit is contained in:
parent
3718e7d3b1
commit
d3e02eb0af
2 changed files with 21 additions and 17 deletions
18
.github/ISSUE_TEMPLATE/badge-request.md
vendored
18
.github/ISSUE_TEMPLATE/badge-request.md
vendored
|
|
@ -5,22 +5,10 @@ title: '[Request]:'
|
||||||
labels: '📛 badge request'
|
labels: '📛 badge request'
|
||||||
---
|
---
|
||||||
|
|
||||||
## Information
|
## Name
|
||||||
|
|
||||||
<!-- Replace [NAME] with the name of your badge. -->
|
<!-- Name of badge goes here -->
|
||||||
<!-- Replace [CATEGORY] with the category your badge goes into. -->
|
|
||||||
|
|
||||||
| Name | Category |
|
|
||||||
|--------|------------|
|
|
||||||
| [NAME] | [CATEGORY] |
|
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
<!-- Short description of the badge goes here. !-->
|
<!-- Short description of the badge goes here. !-->
|
||||||
|
|
||||||
## Preview
|
|
||||||
|
|
||||||
<!-- Replace both with your badge. -->
|
|
||||||
| Preview | Markdown Code |
|
|
||||||
|---------|---------------|
|
|
||||||
| [](#) | `[](#)` |
|
|
||||||
20
.github/PULL_REQUEST_TEMPLATE.md
vendored
20
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
|
@ -1,3 +1,19 @@
|
||||||
## Preview:
|
## Information
|
||||||
|
|
||||||
<!-- insert a preview of the badge here !-->
|
<!-- Replace [NAME] with the name of your badge. -->
|
||||||
|
<!-- Replace [CATEGORY] with the category your badge goes into. -->
|
||||||
|
|
||||||
|
| Name | Category |
|
||||||
|
|--------|------------|
|
||||||
|
| [NAME] | [CATEGORY] |
|
||||||
|
|
||||||
|
## Description
|
||||||
|
|
||||||
|
<!-- Short description of the badge goes here. !-->
|
||||||
|
|
||||||
|
## Preview
|
||||||
|
|
||||||
|
<!-- Replace both with your badge. -->
|
||||||
|
| Preview | Markdown Code |
|
||||||
|
|---------|---------------|
|
||||||
|
| [](#) | `[](#)` |
|
||||||
Loading…
Add table
Add a link
Reference in a new issue