This repository contains the Contributor License Agreement (CLA) configuration for ZisK projects.
To contribute to any ZisK repository, you must sign the Individual CLA.
-
Read the Individual CLA document.
-
Fork this repository.
-
Add your GitHub username to the
contributorslist in the.clabotfile. -
Commit the change with a signed commit and include the phrase:
I have read and agree to the CLA
in the commit message.
-
Open a Pull Request against this repository.
# Fork and clone the repo
git clone https://github.com/<your-username>/clabot-config.git
cd clabot-config
# Edit .clabot and add your username to the "contributors" array
# Then commit with a signed commit
git commit -S -m "Add <your-username> to CLA signers - I have read and agree to the CLA"
# Push and open a PR
git push origin HEAD