From c6c7df2dd17f95a5b99794965910e7a5b9169519 Mon Sep 17 00:00:00 2001 From: andrew-signal Date: Wed, 13 Nov 2024 21:43:40 -0500 Subject: [PATCH] Improve documentation around code formatting and dependencies. --- CONTRIBUTING.md | 2 ++ gradle/verification-metadata.xml | 3 +++ 2 files changed, 5 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 10c8caf63c..0277f1b4e1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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. diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index 9264718e51..f80d10a518 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -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 -->