Compare commits

...
Sign in to create a new pull request.

5 commits

Author SHA1 Message Date
sweep-ai[bot]
05b1537b61
Merge main into sweep/add-sweep-config 2023-08-11 00:03:55 +00:00
sweep-ai[bot]
7ea09b5803
Create refactor template 2023-08-10 23:22:31 +00:00
sweep-ai[bot]
0547b4537b
Create feature template 2023-08-10 23:22:31 +00:00
sweep-ai[bot]
3fe711b1c7
Create bugfix template 2023-08-10 23:22:30 +00:00
sweep-ai[bot]
de46f099e9
Create sweep.yaml config file 2023-08-10 23:22:30 +00:00
4 changed files with 45 additions and 0 deletions

11
.github/ISSUE_TEMPLATE/sweep-bugfix.yml vendored Normal file
View file

@ -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

View file

@ -0,0 +1,11 @@
name: Feature Request
title: 'Sweep: '
description: Write something like "Write an api endpoint that does "..." in the "..." file"
labels: sweep
body:
- type: textarea
id: description
attributes:
label: Details
description: More details for Sweep
placeholder: The new endpoint should use the ... class from ... file because it contains ... logic

View file

@ -0,0 +1,11 @@
name: Refactor
title: 'Sweep: '
description: Write something like "Modify the ... api endpoint to use ... version and ... framework"
labels: sweep
body:
- type: textarea
id: description
attributes:
label: Details
description: More details for Sweep
placeholder: We are migrating this function to ... version because ...

12
sweep.yaml Normal file
View file

@ -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