From 502ac5cd3e54027031f45ad96a075f85d8866c70 Mon Sep 17 00:00:00 2001 From: Kavin <20838718+FireMasterK@users.noreply.github.com> Date: Sun, 13 Aug 2023 20:52:24 +0100 Subject: [PATCH] Remove sweep templates --- .github/ISSUE_TEMPLATE/sweep-bugfix.yml | 11 ----------- .github/ISSUE_TEMPLATE/sweep-feature.yml | 11 ----------- .github/ISSUE_TEMPLATE/sweep-refactor.yml | 11 ----------- 3 files changed, 33 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/sweep-bugfix.yml delete mode 100644 .github/ISSUE_TEMPLATE/sweep-feature.yml delete mode 100644 .github/ISSUE_TEMPLATE/sweep-refactor.yml diff --git a/.github/ISSUE_TEMPLATE/sweep-bugfix.yml b/.github/ISSUE_TEMPLATE/sweep-bugfix.yml deleted file mode 100644 index 25f43c35..00000000 --- a/.github/ISSUE_TEMPLATE/sweep-bugfix.yml +++ /dev/null @@ -1,11 +0,0 @@ -name: Bugfix -title: 'Sweep: ' -description: Write something like "We notice ... behavior when ... happens instead of ..."" -labels: sweep -body: - - type: textarea - id: description - attributes: - label: Details - description: More details about the bug - placeholder: The bug might be in ... file \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/sweep-feature.yml b/.github/ISSUE_TEMPLATE/sweep-feature.yml deleted file mode 100644 index b0fe50f1..00000000 --- a/.github/ISSUE_TEMPLATE/sweep-feature.yml +++ /dev/null @@ -1,11 +0,0 @@ -name: Sweep Feature Request -title: 'Sweep: ' -description: Write something like "Write an api endpoint that does "..." in the "..." file" -labels: sweep -body: - - type: textarea - id: description - attributes: - label: Details - description: More details for Sweep - placeholder: The new endpoint should use the ... class from ... file because it contains ... logic diff --git a/.github/ISSUE_TEMPLATE/sweep-refactor.yml b/.github/ISSUE_TEMPLATE/sweep-refactor.yml deleted file mode 100644 index ed0f8a66..00000000 --- a/.github/ISSUE_TEMPLATE/sweep-refactor.yml +++ /dev/null @@ -1,11 +0,0 @@ -name: Refactor -title: 'Sweep: ' -description: Write something like "Modify the ... api endpoint to use ... version and ... framework" -labels: sweep -body: - - type: textarea - id: description - attributes: - label: Details - description: More details for Sweep - placeholder: We are migrating this function to ... version because ... \ No newline at end of file