From 40baf3b0234e1f7c3bb72e87a338f1624fb48969 Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 11:05:01 +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 0000000..ed0f8a6 --- /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