From a0bf44addba0e14643de3ceeb9c7c2a7b25aed95 Mon Sep 17 00:00:00 2001
From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com>
Date: Wed, 26 Jul 2023 23:25:54 +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
-- 
GitLab