Merge pull request #3996 from itohiro73/fix-contributing

Fix #3990: Add CLA instruction to CONTRIBUTING.md
This commit is contained in:
eugene yokota 2018-03-07 01:23:06 -05:00 committed by GitHub
commit 4858c0772f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -246,3 +246,12 @@ cd vscode-sbt-scala/client
$ vsce package
$ vsce publish
```
## Signing the CLA
Contributing to sbt requires you or your employer to sign the
[Lightbend Contributor License Agreement](https://www.lightbend.com/contribute/cla).
To make it easier to respect our license agreements, we have added an sbt task
that takes care of adding the LICENSE headers to new files. Run `headerCreate`
and sbt will put a copyright notice into it.