Copilot commented on code in PR #1665: URL: https://github.com/apache/maven-dependency-plugin/pull/1665#discussion_r3614502883
########## AGENTS.md: ########## @@ -30,3 +30,11 @@ Agents that scan this repository should consult `SECURITY.md` and the threat model it links before reporting issues. Points at the Apache Maven family umbrella security model. + + +## Coding + +Use test first programming. Before fixing a bug or implementing a feature, +write a test that exposes the bug and verify the test fails. + +Before submitting a PR run `mvn spotless:apply` to format the files. Review Comment: Minor grammar/wording: “test first” is typically hyphenated as “test-first”, and “Before submitting a PR run …” reads like it’s missing a comma. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
