diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2f5184c --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.*.swp +.DS_Store diff --git a/README.md b/README.md index 876d8da..8b0a3f1 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,9 @@ This is a repository for Skip contributor licence agreements (CLAs) handling. -The CLAs are handled by [cla-bot](https://colineberhardt.github.io/cla-bot/), which will check for the presence of the contributors name in the `.clabot` file. - ## Add user If you accept the Skip [CLA](Contributor-License-Agreement.md), -***please add your GitHub username to the `.clabot` file*** and create a PR in this repo. +***please [add your GitHub username to the `.clabot` file](https://github.com/skiptools/clabot-config/edit/main/.clabot)*** and create a PR in this repo. -When the PR is merged, the cla-bot can be triggered again with a `@cla-bot recheck` comment. +The CLAs are handled by cla-bot, which will check for the presence of the contributors name in the `.clabot` file. When the PR is merged, the cla-bot can be triggered again with a `@cla-bot recheck` comment.