From 971896350840bd7582e5d8406977835b43e3f3bc Mon Sep 17 00:00:00 2001 From: Inter Date: Sun, 31 Dec 2023 16:21:02 +0000 Subject: [PATCH] =?UTF-8?q?+=20=E2=99=BB=EF=B8=8F=20Made=20templates=20muc?= =?UTF-8?q?h=20simpler=20(#130)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/badge-request.md | 33 ++++++++++--------------- .github/PULL_REQUEST_TEMPLATE.md | 4 +++ 2 files changed, 17 insertions(+), 20 deletions(-) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE/badge-request.md b/.github/ISSUE_TEMPLATE/badge-request.md index e74ccce..1fdbad7 100644 --- a/.github/ISSUE_TEMPLATE/badge-request.md +++ b/.github/ISSUE_TEMPLATE/badge-request.md @@ -1,20 +1,13 @@ ---- -name: Badge Request -about: Request a badge to add. -title: 'Badge Request:' -labels: 'badge request' -assignees: 'inttter' ---- - -Name: - -Description: - - - - - -**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 +--- +name: Badge Request +about: Request a badge to add. +title: 'Badge Request:' +labels: 'badge request' +assignees: 'inttter' +--- + +Name: + + + +Description: \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..0b6d236 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,4 @@ +## Preview: + + + \ No newline at end of file