+ ♻️ Made templates much simpler (#130)

This commit is contained in:
Inter 2023-12-31 16:21:02 +00:00
parent c9e9b645aa
commit 9718963508
2 changed files with 17 additions and 20 deletions

View file

@ -1,20 +1,13 @@
---
name: Badge Request
about: Request a badge to add.
title: 'Badge Request:'
labels: 'badge request'
assignees: 'inttter'
---
Name:
Description:
<!-- 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 |
|---------|---------------|
[![Spotify](https://img.shields.io/badge/Spotify-1ED760?logo=spotify&logoColor=white)](#) | `[![Spotify](https://img.shields.io/badge/Spotify-1ED760?logo=spotify&logoColor=white)](#)`
---
name: Badge Request
about: Request a badge to add.
title: 'Badge Request:'
labels: 'badge request'
assignees: 'inttter'
---
Name:
Description:

4
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View file

@ -0,0 +1,4 @@
## Preview:
<!-- insert a preview of the badge here !-->
<!-- make sure it is implemented in your PR !-->