From 4bbf2e9b5e46761fd14937302a553e8b8b95af0d Mon Sep 17 00:00:00 2001 From: Matt Rutkowski Date: Tue, 1 May 2018 19:02:28 -0500 Subject: [PATCH] Update .md and .sh files to pass scancode with latest .cfg --- CONTRIBUTING.md | 23 ++++++++++++----------- gradle/README.md | 12 ++++++------ tools/travis/build.sh | 2 +- tools/travis/deploy.sh | 4 +--- 4 files changed, 20 insertions(+), 21 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c29a74ea..df6e9058 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,22 +1,23 @@ -[![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0) +[![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0) + # Contributing to Apache OpenWhisk Anyone can contribute to the OpenWhisk project and we welcome your contributions. @@ -36,18 +37,18 @@ Instructions on how to do this can be found here: [http://www.apache.org/licenses/#clas](http://www.apache.org/licenses/#clas) Once submitted, you will receive a confirmation email from the Apache Software Foundation (ASF) and be added to -the following list: http://people.apache.org/unlistedclas.html. +the following list: http://people.apache.org/unlistedclas.html. Project committers will use this list to verify pull requests (PRs) come from contributors that have signed a CLA. -We look forward to your contributions! +We look forward to your contributions! ## Raising issues -Please raise any bug reports or enhancement requests on the respective project repository's GitHub issue tracker. Be sure to search the +Please raise any bug reports or enhancement requests on the respective project repository's GitHub issue tracker. Be sure to search the list to see if your issue has already been raised. -A good bug report is one that make it easy for us to understand what you were trying to do and what went wrong. +A good bug report is one that make it easy for us to understand what you were trying to do and what went wrong. Provide as much context as possible so we can try to recreate the issue. A good enhancement request comes with an explanation of what you are trying to do and how that enhancement would help you. diff --git a/gradle/README.md b/gradle/README.md index 5b83fdbd..23cce132 100644 --- a/gradle/README.md +++ b/gradle/README.md @@ -1,16 +1,16 @@