Skip to content

Commit 19c4878

Browse files
Create sweep fast template
1 parent 1ac8e5a commit 19c4878

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Sweep Fast Issue
2+
title: 'Sweep (fast): '
3+
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

Comments
 (0)