diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d2b62cd..fa0b621 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -67,7 +67,7 @@ For this reason, whenever you add new tests **you have to run a script** that ge ### Run `./scripts/sanity.sh` -The scripts directory contains a [sanity.sh script](https://github.com/apple/swift-metrics/blob/master/scripts/sanity.sh) +The scripts directory contains a [sanity.sh script](https://github.com/apple/swift-metrics/blob/main/scripts/sanity.sh) that enforces additional checks, like license headers and formatting style. Please make sure to `./scripts/sanity.sh` before pushing a change upstream, otherwise it is likely the PR validation will fail