You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: For few-line fixes to be handled by Sweep, an AI-powered junior developer. Sweep will use GPT-3.5 to quickly create a PR for very small changes.
4
+
labels: sweep
5
+
body:
6
+
- type: textarea
7
+
id: description
8
+
attributes:
9
+
label: Details
10
+
description: Tell Sweep where and what to edit and provide enough context for a new developer to the codebase
11
+
placeholder: |
12
+
Bugs: The bug might be in ... file. Here are the logs: ...
13
+
Features: the new endpoint should use the ... class from ... file because it contains ... logic.
14
+
Refactors: We are migrating this function to ... version because ...
0 commit comments