mirror of
https://github.com/apache/commons-collections.git
synced 2025-02-12 21:15:45 +00:00
1.6 KiB
1.6 KiB
Thanks for your contribution to Apache Commons! Your help is appreciated!
Before you push a pull request, review this list:
- Read the contribution guidelines for this project.
- Run a successful build using the default Maven goal with
mvn
; that'smvn
on the command line by itself. - Write unit tests that match behavioral changes, where the tests fail if the changes to the runtime are not applied. This may not always be possible but is a best-practice.
- Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
- Each commit in the pull request should have a meaningful subject line and body. Note that commits might be squashed by a maintainer on merge.