Skip to content

Commit c3f3b73

Browse files
committed
Add CONTRIBUTING.md
Also add CLA.md with pull request reusable action
1 parent cf36a70 commit c3f3b73

3 files changed

Lines changed: 36 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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

CLA.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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

CONTRIBUTING.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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.

0 commit comments

Comments
 (0)