diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 49d21b534..5268e394f 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/cFS/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. @@ -31,4 +31,4 @@ The cFS repository is provided to bundle the cFS Framework. It is utilized for **Contributor Info - All information REQUIRED for consideration of pull request** Full name and company/organization/center of all contributors ("Personal" if individual work) - - Note CLA's apply to software contributions. + - Note CLAs apply to only software contributions. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bc3a2281a..d64dc338b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -86,9 +86,10 @@ Fix #XYZ, SHORT_DESCRIPTION LONG_DESCRIPTION (optional) ``` -5. Sign and email the appropriate Contributor License agreement down below to GSFC-SoftwareRelease@mail.nasa.gov and copy cfs-program@lists.nasa.gov. - - Corporate Contributor License agreement : https://github.com/nasa/cFS/blob/main/Corp_CLA_GSC-18719-1%20cFS%20Bootes.pdf - - Individual Contributor License agreement : https://github.com/nasa/cFS/blob/main/Individual_CLA_GSC-18719-1%20cFS%20Bootes.pdf +#### 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 +* Corporate Contributor License agreement : https://github.com/nasa/cFS/blob/main/Corp_CLA_GSC-18719-1%20cFS%20Bootes.pdf +* Individual Contributor License agreement : https://github.com/nasa/cFS/blob/main/Individual_CLA_GSC-18719-1%20cFS%20Bootes.pdf #### Create a Pull Request 1. For the title, use the title convention `Fix #XYZ, SHORT_DESCRIPTION`.