Skip to content

Commit 106090e

Browse files
committed
fix: Scorecard comment & CLA link
1 parent 607502a commit 106090e

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/ossf_scorecard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
analysis:
1717
name: Scorecard analysis
1818
runs-on: ubuntu-24.04
19-
# Delete the conditional below if you are using the OSSF Scorecard on a private repository.
19+
# Delete the conditional below if you are using the OSSF Scorecard on a public repository.
2020
if: ${{ github.event.repository.private == false }}
2121
permissions:
2222
# Needed if using Code Scanning alerts.

CONTRIBUTING.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The following is a set of guidelines for contributing to this project. We really
1313

1414
Follow the instructions on the README's [Getting Started](/README.md#Getting-Started) section to get this project up and running.
1515

16-
<!-- ### Project Overview/Structure (OPTIONAL) -->
16+
<!-- ### Project Overview & Structure (OPTIONAL) -->
1717

1818
## Contributing
1919

@@ -30,11 +30,12 @@ To suggest a feature or enhancement, please create an issue on GitHub with the l
3030
- Fork the repo, create a branch, implement your changes, add any relevant tests, and submit a PR when your changes are **tested** and ready for review.
3131
- Fill in the [PR template](/.github/pull_request_template.md).
3232

33-
**Note:** If you'd like to implement a new feature, please consider creating a [feature request issue](/.github/ISSUE_TEMPLATE/feature_request.yml) first to start a discussion about the feature.
33+
> [!NOTE]
34+
> If you'd like to implement a new feature, please consider creating a [feature request issue](/.github/ISSUE_TEMPLATE/feature_request.yml) first to start a discussion about the feature.
3435
3536
#### F5 Contributor License Agreement (CLA)
3637

37-
F5 requires all contributors to agree to the terms of the F5 CLA (available [here](https://github.com/f5/f5-cla/.github/blob/main/docs/f5_cla.md)) before any of their changes can be incorporated into an F5 Open Source repository (even contributions to the F5 CLA itself!).
38+
F5 requires all contributors to agree to the terms of the F5 CLA (available [here](https://github.com/f5/f5-cla/blob/main/docs/f5_cla.md)) before any of their changes can be incorporated into an F5 Open Source repository (even contributions to the F5 CLA itself!).
3839

3940
If you have not yet agreed to the F5 CLA terms and submit a PR to this repository, a bot will prompt you to view and agree to the F5 CLA. You will have to agree to the F5 CLA terms through a comment in the PR before any of your changes can be merged. Your agreement signature will be safely stored by F5 and no longer be required in future PRs.
4041

0 commit comments

Comments
 (0)