mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-18 00:50:39 +00:00
AGENTS.md: add instruction not to commit binaries (#33921)
I noticed that some autonomous agents have a tendency to commit binaries if asked to create a PR.
This commit is contained in:
parent
723aae2b4e
commit
825436f043
1 changed files with 4 additions and 0 deletions
|
|
@ -66,6 +66,10 @@ go run ./build/ci.go check_baddeps
|
|||
|
||||
Verifies that no forbidden dependencies have been introduced.
|
||||
|
||||
## What to include in commits
|
||||
|
||||
Do not commit binaries, whether they are produced by the main build or byproducts of investigations.
|
||||
|
||||
## Commit Message Format
|
||||
|
||||
Commit messages must be prefixed with the package(s) they modify, followed by a short lowercase description:
|
||||
|
|
|
|||
Loading…
Reference in a new issue