diff --git a/.github/ISSUE_TEMPLATE/sweep-bugfix.yml b/.github/ISSUE_TEMPLATE/sweep-bugfix.yml
new file mode 100644
index 0000000000000000000000000000000000000000..25f43c357f2f5e3d228ab2aefbdfd4b6658feb35
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/sweep-bugfix.yml
@@ -0,0 +1,11 @@
+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