From 5a46171648ca00f90fa6870d279fa6120922f2ad Mon Sep 17 00:00:00 2001 From: Jatin Yadav <73248007+jatiinyadav@users.noreply.github.com> Date: Wed, 19 Jun 2024 00:30:06 +0530 Subject: [PATCH] Revert "Add issue templates" --- .github/ISSUE_TEMPLATE/bug_report.md | 38 ----------------------- .github/ISSUE_TEMPLATE/feature_request.md | 21 ------------- 2 files changed, 59 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 539dd03..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -name: Bug report -about: Report a bug to help improve the project -title: "" -labels: bug -assignees: '' - ---- - -Thanks for opening an issue ❤️ - -Write a short description of the bug in the issue title - -**Describe the bug** -Describe the bug in length here. - -**Expected behavior** -Describe what you expected to happen. - -**Real behavior** -Describe what actually happens. - -**To Reproduce** -List the steps needed to reproduce the bug: -1. ... -2. ... -etc... - -**Context/Environment** -Write here the information about the environment in which the bug happens, such as: -- Your operating system: -- Your python version: - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Additional context** -Add any other context about the problem that you think might be relevant. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 3d17d3d..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -name: Feature request -about: Suggest an idea you'd like to see added to this project -title: "" -labels: enhancement -assignees: '' ---- - -Thanks for opening an issue ❤️ - -Write a short description of your feature in the issue title - -**Describe the feature you'd like** -Describe in length the feature you'd like to see added to this project. - -**Is your feature request related to a problem?** -If applicable, describe the problem you have when using this project, and how this feature would solve it. -Ex.: It always frustrates me how... - -**Additional context** -Add any other context or screenshots about the feature request you think might be relevant.