From 1a467cb128ea71b1f4caf87f56b8a4bf1348e783 Mon Sep 17 00:00:00 2001 From: LaterComer <12015333+Later-Comer@users.noreply.github.com> Date: Sat, 1 Jun 2024 10:13:15 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3pull=5Frequest=5Ftemplate.md?= =?UTF-8?q?=E4=B8=8D=E5=B0=8F=E5=BF=83=E7=A7=BB=E5=8A=A8=E5=88=B0=E4=BA=86?= =?UTF-8?q?issue=5Ftemplate=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE.md | 3 --- .github/{ISSUE_TEMPLATE => }/PULL_REQUEST_TEMPLATE.md | 0 2 files changed, 3 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md rename .github/{ISSUE_TEMPLATE => }/PULL_REQUEST_TEMPLATE.md (100%) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 5b85dc2d0f2..00000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/.github/ISSUE_TEMPLATE/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md similarity index 100% rename from .github/ISSUE_TEMPLATE/PULL_REQUEST_TEMPLATE.md rename to .github/PULL_REQUEST_TEMPLATE.md