[Feat]: Add branch naming convention (#7989)

This commit is contained in:
Rohit Malhotra 2025-04-21 14:35:16 -04:00 committed by GitHub
parent 0412949018
commit 6ac23aea80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,5 +16,6 @@ A comment on the issue has been addressed to you.
When you're done, make sure to
1. Use the `GITHUB_TOKEN` environment variable and GitHub API to open a new PR
2. The PR description should mention that it "fixes" or "closes" the issue number
3. Make sure to leave the following sentence at the end of the PR description: `@{{ username }} can click here to [continue refining the PR]({{ conversation_url }})`
2. Name the branch using the format: `openhands/{branch-name}`
3. The PR description should mention that it "fixes" or "closes" the issue number
4. Make sure to leave the following sentence at the end of the PR description: `@{{ username }} can click here to [continue refining the PR]({{ conversation_url }})`