From 1cbbdd5c506683852694f4e1d27dd508b121c9ad Mon Sep 17 00:00:00 2001 From: Inter Date: Mon, 18 Dec 2023 18:09:49 +0000 Subject: [PATCH] =?UTF-8?q?+=20=F0=9F=9A=B8=20Improved=20badge=20request?= =?UTF-8?q?=20template=20(#74)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/badge-request.md | 26 +++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) 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