From f6a4fb927c67e5f4d13bce987a7aa36068bf557e Mon Sep 17 00:00:00 2001 From: Justin Figueroa Date: Tue, 7 Jun 2022 12:40:39 -0400 Subject: [PATCH] Fix #254, Fix #220, Updates CLA information for Apache 2.0 Adds link to new CLAs in pull_request_template, Edits link language in contributing.md --- .github/pull_request_template.md | 2 +- CONTRIBUTING.md | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 03eb3733..ffa6910f 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,7 +1,7 @@ **Checklist (Please check before submitting)** * [ ] I reviewed the [Contributing Guide](https://github.com/nasa/CF/blob/main/CONTRIBUTING.md). -* [ ] I signed and emailed the appropriate Contributor License agreement to GSFC-SoftwareRelease@mail.nasa.gov and copied cfs-program@lists.nasa.gov. +* [ ] I signed and emailed the appropriate [Contributor License Agreement](https://github.com/nasa/cFS/blob/main/CONTRIBUTING.md#contributor-license-agreement-cla) to GSFC-SoftwareRelease@mail.nasa.gov and copied cfs-program@lists.nasa.gov. **Describe the contribution** A clear and concise description of what the contribution is. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2da34ba8..da382dbe 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,3 +1,7 @@ # Contributing Guide -Please see our [top-level contributing guide](https://github.com/nasa/cFS/blob/main/CONTRIBUTING.md) for more information on how to contribute. \ No newline at end of file +Please see our [top-level contributing guide](https://github.com/nasa/cFS/blob/main/CONTRIBUTING.md) for more information on how to contribute to cFS components. + +## Contributor License Agreement (CLA) + +Before we can accept your code contributions we need a signed Contributor License Agreement (CLA). See the [instructions](https://github.com/nasa/cFS/blob/main/CONTRIBUTING.md#contributor-license-agreement-cla) for more information. \ No newline at end of file