From 54be7d28850a2fc6f9db3075463c213c4b9f07ca Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Tue, 2 Jan 2018 20:27:04 +0300 Subject: [PATCH] CONTRIBUTING.md: add link to electronic submission of CLA --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 10638887962a..25e4bb2a5343 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,7 +7,8 @@ Opening a PR, please make sure you've read these articles: - [Contribute Code](http://www.jetbrains.org/display/IJOS/Contribute#Contribute-ContributeCode) Additionally, you **NEED** to have a signed CLA sent to JetBrains before your -code can be merged, you can download one from [Contributor License Agreement](http://www.jetbrains.org/display/IJOS/Contributor+Agreement) +code can be merged. You can either [sign it electronically](https://www.jetbrains.com/agreements/cla/) +or download one from [Contributor License Agreement](https://www.jetbrains.org/display/IJOS/Contributor+Agreement). Building the IDE ==