Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
492881a
Create sweep.yaml
sweep-ai-deprecated[bot] Sep 5, 2023
c488d6b
Create sweep template
sweep-ai-deprecated[bot] Sep 5, 2023
f1d3f4d
Create sweep slow template
sweep-ai-deprecated[bot] Sep 5, 2023
abe0b43
Create sweep fast template
sweep-ai-deprecated[bot] Sep 5, 2023
35adf3b
Merge main into sweep/add-sweep-config
sweep-ai-deprecated[bot] Sep 5, 2023
833b630
Merge main into sweep/add-sweep-config
sweep-ai-deprecated[bot] Sep 5, 2023
6ce2238
Merge main into sweep/add-sweep-config
sweep-ai-deprecated[bot] Sep 5, 2023
f94d549
Merge main into sweep/add-sweep-config
sweep-ai-deprecated[bot] Sep 6, 2023
3e21433
Merge main into sweep/add-sweep-config
sweep-ai-deprecated[bot] Sep 6, 2023
c9ffe78
Merge main into sweep/add-sweep-config
sweep-ai-deprecated[bot] Sep 6, 2023
7b312a1
Merge main into sweep/add-sweep-config
sweep-ai-deprecated[bot] Sep 6, 2023
3eb1365
Merge main into sweep/add-sweep-config
sweep-ai-deprecated[bot] Sep 6, 2023
1901fa6
Merge main into sweep/add-sweep-config
sweep-ai-deprecated[bot] Sep 6, 2023
28b8de1
Merge main into sweep/add-sweep-config
sweep-ai-deprecated[bot] Sep 6, 2023
5931565
Merge main into sweep/add-sweep-config
sweep-ai-deprecated[bot] Sep 7, 2023
3a00294
Merge main into sweep/add-sweep-config
sweep-ai-deprecated[bot] Sep 7, 2023
344a805
Merge main into sweep/add-sweep-config
sweep-ai-deprecated[bot] Sep 7, 2023
630ec05
Merge main into sweep/add-sweep-config
sweep-ai-deprecated[bot] Sep 7, 2023
6efe928
Merge main into sweep/add-sweep-config
sweep-ai-deprecated[bot] Sep 7, 2023
3ff9e5c
Merge main into sweep/add-sweep-config
sweep-ai-deprecated[bot] Sep 7, 2023
64b2eb4
Merge main into sweep/add-sweep-config
sweep-ai-deprecated[bot] Sep 7, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/sweep-fast-template.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Sweep Fast Issue
title: 'Sweep (fast): '
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.
labels: sweep
body:
- type: textarea
id: description
attributes:
label: Details
description: Tell Sweep where and what to edit and provide enough context for a new developer to the codebase
placeholder: |
Bugs: The bug might be in ... file. Here are the logs: ...
Features: the new endpoint should use the ... class from ... file because it contains ... logic.
Refactors: We are migrating this function to ... version because ...
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/sweep-slow-template.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Sweep Slow Issue
title: 'Sweep (slow): '
description: For larger bugs, features, refactors, and tests to be handled by Sweep, an AI-powered junior developer. Sweep will perform a deeper search and more self-reviews but will take longer.
labels: sweep
body:
- type: textarea
id: description
attributes:
label: Details
description: Tell Sweep where and what to edit and provide enough context for a new developer to the codebase
placeholder: |
Bugs: The bug might be in ... file. Here are the logs: ...
Features: the new endpoint should use the ... class from ... file because it contains ... logic.
Refactors: We are migrating this function to ... version because ...
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/sweep-template.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Sweep Issue
title: 'Sweep: '
description: For small bugs, features, refactors, and tests to be handled by Sweep, an AI-powered junior developer.
labels: sweep
body:
- type: textarea
id: description
attributes:
label: Details
description: Tell Sweep where and what to edit and provide enough context for a new developer to the codebase
placeholder: |
Bugs: The bug might be in ... file. Here are the logs: ...
Features: the new endpoint should use the ... class from ... file because it contains ... logic.
Refactors: We are migrating this function to ... version because ...
12 changes: 12 additions & 0 deletions sweep.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Sweep AI turns bug fixes & feature requests into code changes (https://sweep.dev)
# For details on our config file, check out our docs at https://docs.sweep.dev

# If you use this be sure to frequently sync your default branch(main, master) to dev.
branch: 'main'
# By default Sweep will read the logs and outputs from your existing Github Actions. To disable this, set this to false.
gha_enabled: True
# This is the description of your project. It will be used by sweep when creating PRs. You can tell Sweep what's unique about your project, what frameworks you use, or anything else you want.
# Here's an example: sweepai/sweep is a python project. The main api endpoints are in sweepai/api.py. Write code that adheres to PEP8.
description: ''

# Default Values: https://github.com/sweepai/sweep/blob/main/sweep.yaml