From d3e02eb0af22e9c94f910599661dc90bfb3bf103 Mon Sep 17 00:00:00 2001 From: Inter Date: Tue, 14 May 2024 18:26:32 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20swap=20around=20templates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/badge-request.md | 18 +++--------------- .github/PULL_REQUEST_TEMPLATE.md | 20 ++++++++++++++++++-- 2 files changed, 21 insertions(+), 17 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/badge-request.md b/.github/ISSUE_TEMPLATE/badge-request.md index 49f9b36..78d47ce 100644 --- a/.github/ISSUE_TEMPLATE/badge-request.md +++ b/.github/ISSUE_TEMPLATE/badge-request.md @@ -5,22 +5,10 @@ title: '[Request]:' labels: '📛 badge request' --- -## Information +## Name - - - -| Name | Category | -|--------|------------| -| [NAME] | [CATEGORY] | + ## Description - - -## Preview - - -| 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)](#)` | \ No newline at end of file + \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 85c1aa9..b33932c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,3 +1,19 @@ -## Preview: +## Information - \ No newline at end of file + + + +| Name | Category | +|--------|------------| +| [NAME] | [CATEGORY] | + +## Description + + + +## Preview + + +| 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)](#)` | \ No newline at end of file