From b50b0137bae82d4562f4d377cb7365293d3eed09 Mon Sep 17 00:00:00 2001 From: BonfaceKilz Date: Wed, 16 Mar 2022 12:03:10 +0300 Subject: Delete unused issue templates * .github/ISSUE_TEMPLATE/: Delete this directory. --- .github/ISSUE_TEMPLATE/bug_report.md | 28 ---------------------------- .github/ISSUE_TEMPLATE/feature_request.md | 30 ------------------------------ .github/ISSUE_TEMPLATE/user_story.md | 12 ------------ 3 files changed, 70 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md delete mode 100644 .github/ISSUE_TEMPLATE/user_story.md (limited to '.github/ISSUE_TEMPLATE') diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index af60c290..00000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '[Bug] Bug Title' -labels: '' -assignees: '' - ---- - -**Describe the bug** - - -**To Reproduce** - - -**Expected behavior** - - -**Screenshots** - - -**Environment setup (please complete the following information):** - - - - -**Additional context** - diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 813974c1..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -name: Feature request -about: Suggest a new feature for this project(Very Specific) -title: '[Feature] My-cool-feature' -labels: '' -assignees: '' - ---- - -## Is your feature request related to a problem? Please describe. - - - -## Describe the solution you'd like - - -## Describe alternatives you've considered - - -## User Stories (optional) - - - - - - -## Additional context - diff --git a/.github/ISSUE_TEMPLATE/user_story.md b/.github/ISSUE_TEMPLATE/user_story.md deleted file mode 100644 index d46976ba..00000000 --- a/.github/ISSUE_TEMPLATE/user_story.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -name: User Story -about: Suggest an idea for this project -title: ['Feature] My-cool-new-feature' -labels: '' -assignees: '' - ---- - - - - -- cgit v1.2.3