From ded52e32a3134657ecd4e615b07273fc25c3a5b0 Mon Sep 17 00:00:00 2001 From: Alexander Tikhonov Date: Wed, 16 Feb 2022 22:34:16 +0300 Subject: [PATCH] Remove wrong issue templates --- .github/ISSUE_TEMPLATE/asdasd.md | 24 ------------------------ .github/ISSUE_TEMPLATE/bug-report.md | 24 ------------------------ .github/ISSUE_TEMPLATE/issue_template.md | 24 ------------------------ 3 files changed, 72 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/asdasd.md delete mode 100644 .github/ISSUE_TEMPLATE/bug-report.md delete mode 100644 .github/ISSUE_TEMPLATE/issue_template.md diff --git a/.github/ISSUE_TEMPLATE/asdasd.md b/.github/ISSUE_TEMPLATE/asdasd.md deleted file mode 100644 index 30efcd20..00000000 --- a/.github/ISSUE_TEMPLATE/asdasd.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -name: asdasd -about: Create a report to help us improve -title: '' -labels: '' -assignees: '' - ---- - -* mashumaro version: -* Python version: -* Operating System: - -### Description - -Describe what you were trying to get done. -Tell us what happened, what went wrong, and what you expected to happen. - -### What I Did - -``` -Paste the code, command(s) you ran and the output. -If there was a crash, please include the traceback here. -``` diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md deleted file mode 100644 index 162f6d0d..00000000 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -name: Bug Report -about: Create a report to help us improve -title: '' -labels: '' -assignees: '' - ---- - -* mashumaro version: -* Python version: -* Operating System: - -### Description - -Describe what you were trying to get done. -Tell us what happened, what went wrong, and what you expected to happen. - -### What I Did - -``` -Paste the code, command(s) you ran and the output. -If there was a crash, please include the traceback here. -``` diff --git a/.github/ISSUE_TEMPLATE/issue_template.md b/.github/ISSUE_TEMPLATE/issue_template.md deleted file mode 100644 index fa19e3e4..00000000 --- a/.github/ISSUE_TEMPLATE/issue_template.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -name: ISSUE_TEMPLATE -about: Create a report to help us improve -title: '' -labels: '' -assignees: '' - ---- - -* mashumaro version: -* Python version: -* Operating System: - -### Description - -Describe what you were trying to get done. -Tell us what happened, what went wrong, and what you expected to happen. - -### What I Did - -``` -Paste the code, command(s) you ran and the output. -If there was a crash, please include the traceback here. -```