Skip to content

Commit c5ce3ed

Browse files
russellbelezar
andauthored
AGENTS.md: Add more detailed signoff guidance (#1852)
* AGENTS.md: Add more detailed signoff guidance My coding agent started hallucinating my email address to be `rbryant@nvidia.com`. Add more guidance in `AGENTS.md` about how the `Signed-off-by` header should be added so that it uses the email address from git configuration instead of one it makes up. Signed-off-by: Russell Bryant <rbryant@redhat.com> * Update AGENTS.md Co-authored-by: Evan Lezar <elezar@nvidia.com> --------- Signed-off-by: Russell Bryant <rbryant@redhat.com> Co-authored-by: Evan Lezar <elezar@nvidia.com>
1 parent 4a7f8e7 commit c5ce3ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ ocsf_emit!(event);
160160
- Always use [Conventional Commits](https://www.conventionalcommits.org/) format for commit messages
161161
- Format: `<type>(<scope>): <description>` (scope is optional)
162162
- Common types: `feat`, `fix`, `docs`, `chore`, `refactor`, `test`, `ci`, `perf`
163-
- Sign each commit for DCO compliance (`git commit -s`, or include a `Signed-off-by: Name <email>` trailer)
163+
- Sign off on each commit for DCO compliance. Use the `--signoff` option to `git commit` to add the `Signed-off-by` footer to ensure the user's configured email address is used.
164164
- Never mention Claude or any AI agent in commits (no author attribution, no Co-Authored-By, no references in commit messages)
165165

166166
## Pre-commit

0 commit comments

Comments
 (0)