From 1e307dc511ae606dac47b7fd2ded0b3a7f42e897 Mon Sep 17 00:00:00 2001 From: preminger Date: Wed, 1 Mar 2023 04:59:40 -0500 Subject: [PATCH] Improved discussion of LICENSE_DEPENDENCIES.md in CONTRIBUTING.md (#1393) * Update CONTRIBUTING.md * fixed markdownlint issue * Update CONTRIBUTING.md --- CONTRIBUTING.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d668bcbdd2..0a3264e4b9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -65,9 +65,10 @@ all your interactions with the project members and users. - Backwards incompatible changes - New features / functionalities 1. PRs which introduce a new Go dependency to the project via `go get` and - additions to `go.mod` should explain why the dependency is required. Any - new dependency should be added to the `LICENSE_DEPENDENCIES.md` by - running `scripts/update-license-dependencies.md`. + additions to `go.mod` should explain why the dependency is required. +1. Any new or updated dependency should be reflected in + `LICENSE_DEPENDENCIES.md`, by running + `scripts/update-license-dependencies.sh` ## Documentation