From d1e67743da86a568bb48031d38961acfa9221f18 Mon Sep 17 00:00:00 2001 From: Justin Figueroa Date: Tue, 7 Jun 2022 12:40:39 -0400 Subject: [PATCH] Fix #254, Updates CLA information for Apache 2.0 Adds link to new CLAs in pull_request_template and contributing.md --- .github/pull_request_template.md | 2 +- CONTRIBUTING.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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..14573c61 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,3 +1,8 @@ # Contributing Guide +## Contributor License Agreement (CLA) +Sign and email the appropriate Contributor License agreement below to GSFC-SoftwareRelease@mail.nasa.gov and copy cfs-program@lists.nasa.gov +* cFS Apps Corporate Contributor License agreement : https://github.com/nasa/cFS/blob/main/cFS_Apps_Corporate_CLA.pdf +* cFS Apps Individual Contributor License agreement : https://github.com/nasa/cFS/blob/main/cFS_Apps_Individual_CLA.pdf + 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