🐛 fix: swap around templates

This commit is contained in:
Inter 2024-05-14 18:26:32 +01:00
parent 3718e7d3b1
commit d3e02eb0af
2 changed files with 21 additions and 17 deletions

View file

@ -5,22 +5,10 @@ title: '[Request]:'
labels: '📛 badge request'
---
## Information
## Name
<!-- Replace [NAME] with the name of your badge. -->
<!-- Replace [CATEGORY] with the category your badge goes into. -->
| Name | Category |
|--------|------------|
| [NAME] | [CATEGORY] |
<!-- Name of badge goes here -->
## Description
<!-- Short description of the badge goes here. !-->
## Preview
<!-- Replace both with your badge. -->
| Preview | Markdown Code |
|---------|---------------|
| [![GitHub](https://img.shields.io/badge/GitHub-%23121011.svg?logo=github&logoColor=white)](#) | `[![GitHub](https://img.shields.io/badge/GitHub-%23121011.svg?logo=github&logoColor=white)](#)` |

View file

@ -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 |
|---------|---------------|
| [![GitHub](https://img.shields.io/badge/GitHub-%23121011.svg?logo=github&logoColor=white)](#) | `[![GitHub](https://img.shields.io/badge/GitHub-%23121011.svg?logo=github&logoColor=white)](#)` |