diff --git a/.github/ISSUE_TEMPLATE/badge-request.md b/.github/ISSUE_TEMPLATE/badge-request.md index 59ddaf2..8d13d15 100644 --- a/.github/ISSUE_TEMPLATE/badge-request.md +++ b/.github/ISSUE_TEMPLATE/badge-request.md @@ -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' --- + +**Name:** -**Please provide the code for the badge, including *a preview* and *the markdown code*:** -(Insert your code here) +--- + +**Description:** -**Additional context:** -(Anything else that needs to be known. If nothing, leave blank) +--- + + + + +**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)](#)` \ No newline at end of file