-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add .github/agents.md: guidance for AI-assisted PRs (closes #6564) #6567
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
.github/agents.md
Outdated
| @@ -0,0 +1,101 @@ | |||
|
|
|||
| --- | |||
| name: your-agent-name | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any specific name you suggest? Let's add a name that resonates with the community :)
| @@ -0,0 +1,101 @@ | |||
|
|
|||
| --- | |||
| name: Android Kotlin Engineering Agent | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, but could you please move this file to .github/agents/agent-name.md? Let's have the agent-name specific to the persona of this agent. We can have multiple personas then. The blog I linked has these details, do let us know in case you need further clarification.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Ave19Anurag did you get a chance to take a look at the above suggestion?
Description (required)
Fixes #6564
What changes did you make and why?
Summary
Adds .github/agents.md with guidance for AI/code-generation and human contributors.
Motivation
Provide clear, consistent guidance so generated PRs are higher quality and easier for maintainers to review.
Implementation
New .github/agents.md file; no code changes.
Tests performed (required)
Review the .github/agents.md content on GitHub.
CI should run; since no code changes, CI should pass quickly.
I have read CONTRIBUTING.md.