From d13dc6b79903764f3cd2b75f7d746f5947c15c74 Mon Sep 17 00:00:00 2001 From: tooomm Date: Sun, 2 Mar 2025 22:55:17 +0100 Subject: [PATCH] Issue templates not fitting --- .../card-has-errors---card-is-missing.md | 7 ------- .../code-issue-regarding-scraping-generating.md | 7 ------- .github/ISSUE_TEMPLATE/feature_request.md | 17 ----------------- 3 files changed, 31 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/card-has-errors---card-is-missing.md delete mode 100644 .github/ISSUE_TEMPLATE/code-issue-regarding-scraping-generating.md delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/card-has-errors---card-is-missing.md b/.github/ISSUE_TEMPLATE/card-has-errors---card-is-missing.md deleted file mode 100644 index 412325b7..00000000 --- a/.github/ISSUE_TEMPLATE/card-has-errors---card-is-missing.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -name: Card has errors / Card is missing -about: Describe this issue template's purpose here. - ---- - - diff --git a/.github/ISSUE_TEMPLATE/code-issue-regarding-scraping-generating.md b/.github/ISSUE_TEMPLATE/code-issue-regarding-scraping-generating.md deleted file mode 100644 index 3efbb774..00000000 --- a/.github/ISSUE_TEMPLATE/code-issue-regarding-scraping-generating.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -name: Code issue regarding scraping+generating -about: Describe this issue template's purpose here. - ---- - - diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 066b2d92..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project - ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here.