Skip to content

eth-act/clabot-config

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

245 Commits
 
 
 
 
 
 

Repository files navigation

CLA Bot Configuration

This repository contains the Contributor License Agreement (CLA) configuration for ZisK projects.

Signing the CLA

To contribute to any ZisK repository, you must sign the Individual CLA.

Steps

  1. Read the Individual CLA document.

  2. Fork this repository.

  3. Add your GitHub username to the contributors list in the .clabot file.

  4. Commit the change with a signed commit and include the phrase:

    I have read and agree to the CLA

    in the commit message.

  5. Open a Pull Request against this repository.

Example

# 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

About

CLA configuration repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors