diff --git a/.github/ISSUE_TEMPLATE/issue_template.yml b/.github/ISSUE_TEMPLATE/issue_template.yml index 696d15a..8e16d10 100644 --- a/.github/ISSUE_TEMPLATE/issue_template.yml +++ b/.github/ISSUE_TEMPLATE/issue_template.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/sweep-template.yml b/.github/ISSUE_TEMPLATE/sweep-template.yml index 44116f5..477a3f2 100644 --- a/.github/ISSUE_TEMPLATE/sweep-template.yml +++ b/.github/ISSUE_TEMPLATE/sweep-template.yml @@ -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. @@ -12,4 +13,4 @@ body: Unit Tests: Write unit tests for . Test each function in the file. Make sure to test edge cases. Bugs: The bug might be in . Here are the logs: ... Features: the new endpoint should use the ... class from because it contains ... logic. - Refactors: We are migrating this function to ... version because ... \ No newline at end of file + Refactors: We are migrating this function to ... version because ... diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 8aebb6e..026b412 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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: diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 0e1c78e..9e7c00f 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,3 +1,4 @@ +# Trivial change for workflow verification --- name: Feature Request about: Suggest an idea for this project diff --git a/README.md b/README.md index 0e044e2..885a6ff 100644 --- a/README.md +++ b/README.md @@ -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.