From 7d2ba49969223cf62875d4062b236db2787da587 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Wed, 20 Feb 2019 15:47:17 +0100 Subject: [PATCH] Add CNCF CLA to the contributing document (#4281) --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1d3b9340d..030531eed 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,4 +7,5 @@ 1. Submit an issue describing your proposed change to the repo in question. 2. The [repo owners](OWNERS) will respond to your issue promptly. 3. Fork the desired repo, develop and test your code changes. -4. Submit a pull request. +4. Sign the CNCF CLA (https://git.k8s.io/community/CLA.md#the-contributor-license-agreement) +5. Submit a pull request.