diff --git a/.github/ISSUE_TEMPLATE/sweep-refactor.yml b/.github/ISSUE_TEMPLATE/sweep-refactor.yml
new file mode 100644
index 0000000000000000000000000000000000000000..ed0f8a666c157b9af83780c2a048d399bb927f17
--- /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