From 608189bc79c1c42bf0b3f2b0e7646e44abfda01b Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 21:46:16 +0000 Subject: [PATCH] Create refactor template --- .github/ISSUE_TEMPLATE/sweep-refactor.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/sweep-refactor.yml diff --git a/.github/ISSUE_TEMPLATE/sweep-refactor.yml b/.github/ISSUE_TEMPLATE/sweep-refactor.yml new file mode 100644 index 000000000..ed0f8a666 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/sweep-refactor.yml @@ -0,0 +1,11 @@ +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