From 79826824a56844108f2e159a6e5d9b5f8e312c74 Mon Sep 17 00:00:00 2001 From: givvemee Date: Tue, 14 May 2024 11:37:08 +0900 Subject: [PATCH] [fix] remove yml --- .github/ISSUE_TEMPLATE/Bug-Report.md | 32 ------------------- .../ISSUE_TEMPLATE/Bug-Report.yml | 0 .github/ISSUE_TEMPLATE/Feature-Request.md | 23 ------------- .../ISSUE_TEMPLATE/Feature-Request.yml | 0 4 files changed, 55 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/Bug-Report.md rename ".github/ISSUE_TEMPLATE/\360\237\220\236-Bug-Report.yml" => .github/ISSUE_TEMPLATE/Bug-Report.yml (100%) delete mode 100644 .github/ISSUE_TEMPLATE/Feature-Request.md rename ".github/ISSUE_TEMPLATE/\342\234\205-Feature-Request.yml" => .github/ISSUE_TEMPLATE/Feature-Request.yml (100%) diff --git a/.github/ISSUE_TEMPLATE/Bug-Report.md b/.github/ISSUE_TEMPLATE/Bug-Report.md deleted file mode 100644 index 3d456ad..0000000 --- a/.github/ISSUE_TEMPLATE/Bug-Report.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -name: "\U0001F41EBug report" -about: Bug Report -title: "Bug: " -labels: ["bug"] -assignees: "" ---- - -## Description - -> Please enter an explicit description of your issue - -## Reproduction - -Please provide detailed steps for reproducing the issue: - -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -## ScreenShots - -> If applicable, add screenshots to help explain your problem. - -## Expecting Output - -> A clear and concise description of what you expected to happen. - -## ETC - -> Add any other context about the problem here. diff --git "a/.github/ISSUE_TEMPLATE/\360\237\220\236-Bug-Report.yml" b/.github/ISSUE_TEMPLATE/Bug-Report.yml similarity index 100% rename from ".github/ISSUE_TEMPLATE/\360\237\220\236-Bug-Report.yml" rename to .github/ISSUE_TEMPLATE/Bug-Report.yml diff --git a/.github/ISSUE_TEMPLATE/Feature-Request.md b/.github/ISSUE_TEMPLATE/Feature-Request.md deleted file mode 100644 index 56b3b0e..0000000 --- a/.github/ISSUE_TEMPLATE/Feature-Request.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -name: "✅ Feature" -about: Suggest an idea or possible new feature for this project. -title: "Feature: " -labels: "" -assignees: "" ---- - -## Feature - -## Summary - -> Summarize your issue - -## To-Do - -- [ ] Task 1 -- [ ] Task 2 -- [ ] Task 3 - -## ETC - -> Etc diff --git "a/.github/ISSUE_TEMPLATE/\342\234\205-Feature-Request.yml" b/.github/ISSUE_TEMPLATE/Feature-Request.yml similarity index 100% rename from ".github/ISSUE_TEMPLATE/\342\234\205-Feature-Request.yml" rename to .github/ISSUE_TEMPLATE/Feature-Request.yml