From ef1ded8fd90de60b110f7909be636fd1e4a2bd67 Mon Sep 17 00:00:00 2001 From: Ryan Le <31494954+lryanle@users.noreply.github.com> Date: Mon, 25 Sep 2023 01:27:19 -0500 Subject: [PATCH] removed unncessary files --- .github/ISSUE_TEMPLATE/bug_report.yml | 59 -------------------------- .github/ISSUE_TEMPLATE/feature.yml | 9 ---- .github/ISSUE_TEMPLATE/information.yml | 9 ---- 3 files changed, 77 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml delete mode 100644 .github/ISSUE_TEMPLATE/feature.yml delete mode 100644 .github/ISSUE_TEMPLATE/information.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml deleted file mode 100644 index cfbffec..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ /dev/null @@ -1,59 +0,0 @@ -name: 🐞 Bug -description: File a bug/issue -title: "Bug: " -labels: [c-bug] -body: -- type: checkboxes - attributes: - label: Is there an existing issue for this? - description: Please search to see if an issue already exists for the bug you encountered. - options: - - label: I have searched the existing issues - required: true -- type: textarea - attributes: - label: Expected behavior - description: A concise description of what you expected to happen. - validations: - required: false -- type: textarea - attributes: - label: Actual behavior - description: A concise description of what you're experiencing. - validations: - required: false -- type: textarea - attributes: - label: Steps to reproduce - description: Steps to reproduce the behavior. - placeholder: | - 1. In this environment... - 2. With this config... - 3. Run '...' - 4. See error... - validations: - required: false -- type: textarea - attributes: - label: Environment - description: | - examples: - - **OS**: Ubuntu 20.04 - - **Node**: 13.14.0 - - **npm**: 7.6.3 - value: | - - OS: - - Node: - - npm: - render: markdown - validations: - required: false -- type: textarea - attributes: - label: Anything else? - description: | - Links? References? Anything that will give us more context about the issue you are encountering! - - Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. - validations: - required: false \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml deleted file mode 100644 index b6342fe..0000000 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ /dev/null @@ -1,9 +0,0 @@ -name: Feature request -description: Suggest an idea for the project -title: "Feature: <title>" -labels: [c-feature] -body: - - type: textarea - attributes: - label: Feature - description: Describe the feature \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/information.yml b/.github/ISSUE_TEMPLATE/information.yml deleted file mode 100644 index ccef815..0000000 --- a/.github/ISSUE_TEMPLATE/information.yml +++ /dev/null @@ -1,9 +0,0 @@ -name: Information request -description: Request information from others -title: "Information: <title>" -labels: [c-information] -body: - - type: textarea - attributes: - label: Information - description: Describe what information is needed \ No newline at end of file