Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/issue_template.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Trivial change for workflow verification
name: "GitAuto Issue"
description: "For small bugs, features, refactors, and tests to be handled by Sweep, an AI-powered junior developer."
body: yo
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/sweep-template.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Trivial change for workflow verification
name: Sweep Issue
title: 'Sweep: '
description: For small bugs, features, refactors, and tests to be handled by Sweep, an AI-powered junior developer.
Expand All @@ -12,4 +13,4 @@ body:
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 ...
Refactors: We are migrating this function to ... version because ...
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Trivial change for workflow verification
# Pull Request Template

Choose one of the following templates based on the nature of the pull request:
Expand Down
1 change: 1 addition & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Trivial change for workflow verification
---
name: Feature Request
about: Suggest an idea for this project
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Trivial change for workflow verification
# Issue Reporting Guidelines
Please follow the issue template located in `.github/ISSUE_TEMPLATE/issue_template.md` for reporting issues. This ensures that all necessary information is provided upfront, making it easier for contributors to understand and address the issue effectively.