Skip to content

Commit 9bbc0f1

Browse files
Create sweep template
1 parent 905d3c9 commit 9bbc0f1

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Sweep Issue
2+
title: 'Sweep: '
3+
description: For small bugs, features, refactors, and tests to be handled by Sweep, an AI-powered junior developer.
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+
Unit Tests: Write unit tests for <FILE>. Test each function in the file. Make sure to test edge cases.
13+
Bugs: The bug might be in <FILE>. Here are the logs: ...
14+
Features: the new endpoint should use the ... class from <FILE> because it contains ... logic.
15+
Refactors: We are migrating this function to ... version because ...

0 commit comments

Comments
 (0)