File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : CLA Validation
2+
3+ on :
4+ pull_request_target :
5+
6+ jobs :
7+ validate-cla :
8+ uses : BOLL7708/reusable_workflows/.github/workflows/cla-validator.yaml@use
9+ permissions :
10+ contents : read
11+ pull-requests : write
Original file line number Diff line number Diff line change 1+ # Contributor License Agreement (CLA)
2+
3+ This agreement ensures that all contributions can be used under the project's [ MIT] [ MIT ] license.
4+
5+ By adding your GitHub username to the list below, you agree to the following:
6+
7+ - You license your contributions to this project under the MIT license.
8+ - This agreement applies to all your contributions: past, present, and future.
9+ - You will only submit code that you have the rights to license.
10+ - This agreement is perpetual and cannot be revoked.
11+
12+ [ MIT ] : https://mit-license.org/
13+
14+ ## Signed Contributors
15+ Add your GitHub username as a new entry at the end of the list. Do not alter other entries, and leave one blank line below yours.
16+
17+ - BOLL7708
Original file line number Diff line number Diff line change 1+ # Contributing
2+
3+ Thank you for helping improve this project.
4+
5+ ## How to Contribute
6+ - Open a pull request with your changes.
7+ - Sign the Contributor License Agreement (CLA) by adding your GitHub username to the bottom of [ ` CLA.md ` ] ( CLA.md ) in your pull request.
8+ - This is required for your pull request to be accepted. You only need to sign once.
You can’t perform that action at this time.
0 commit comments