Improve documentation around code formatting and dependencies.

This commit is contained in:
andrew-signal 2024-11-13 21:43:40 -05:00 committed by Greyson Parrelli
parent 75f0d3363b
commit c6c7df2dd1
2 changed files with 5 additions and 0 deletions

View file

@ -63,6 +63,8 @@ You will need to [sign our CLA](https://signal.org/cla/) before your pull reques
### Follow the Code Style Guidelines
Ensure that your code adheres to the [Code Style Guidelines](https://github.com/signalapp/Signal-Android/wiki/Code-Style-Guidelines) before submitting a pull request.
You can run `./gradlew format` to automatically check conformance with some of these guidelines.
### Submit finished and well-tested pull requests
Please do not submit pull requests that are still a work in progress. Pull requests should be thoroughly tested and ready to merge before they are submitted.

View file

@ -6,6 +6,9 @@ Run the following command to update this file after adding or updating a depende
(remove the backslashes before running)
If you are updating a dependency, please also clean up the old version so this file does
not grow unboundedly.
For more information, see:
https://docs.gradle.org/current/userguide/dependency_verification.html
-->