Skip to content

Conversation

@sweep-ai-deprecated
Copy link

🎉 Thank you for installing Sweep! We're thrilled to announce the latest update for Sweep, your AI junior developer on GitHub. This PR creates a sweep.yaml config file, allowing you to personalize Sweep's performance according to your project requirements.

What's new?

  • Sweep is now configurable.
  • To configure Sweep, simply edit the sweep.yaml file in the root of your repository.
  • If you need help, check out the Sweep Default Config or Join Our Discourse for help.

If you would like me to stop creating this PR, go to issues and say "Sweep: create an empty sweep.yaml file".
Thank you for using Sweep! 🧹

@sweep-ai-deprecated
Copy link
Author

sweep-ai-deprecated bot commented May 24, 2024

Sweep: PR Review

Authors of pull request: @sweep-ai[bot]

This pull request introduced a new issue template for handling small tasks using Sweep, an AI-powered junior developer.

A new file, sweep-template.yml, was added under .github/ISSUE_TEMPLATE/. This file defines a template for creating issues specifically for Sweep.

The template includes a name field set to "Sweep Issue" and a title prefix "Sweep: ", which helps categorize and identify these issues easily.

A description field was added to explain that the template is for small bugs, features, refactors, and tests. The labels field tags these issues with "sweep".

The body of the template contains a textarea for detailed task instructions and an input for specifying the branch to work off of, with "main" as the suggested default.

The placeholder text in the textarea provides examples for writing instructions for various tasks, ensuring clarity for new developers.


Sweep Found These Issues

.github/ISSUE_TEMPLATE/sweep-template.yml
  • The placeholder text in the textarea field includes specific instructions that may not be applicable to all types of tasks, potentially causing confusion for users.
  • placeholder: |
    Unit Tests: Write unit tests for <FILE>. Test each function in the file. Make sure to test edge cases.
    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 ...

    View Diff


sweep.yaml was not reviewed because our filter identified it as typically a non-human-readable or less important file (e.g., dist files, package.json, images). If this is an error, please let us know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

1 participant