From 9bb269076fa6a15addd80698ab1d555ddd0daf80 Mon Sep 17 00:00:00 2001 From: StephanBijzitter Date: Wed, 15 Sep 2021 15:41:10 +0200 Subject: [PATCH] Point CLA link in the contributing file to the correct project --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 0f6edbe..c52c73f 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -32,7 +32,7 @@ There are many ways you can contribute! :heart: For your contribution to be accepted: -- [x] You must have signed the [Contributor License Agreement (CLA)](https://cla-assistant.io/slackhq/hack-json-schema). +- [x] You must have signed the [Contributor License Agreement (CLA)](https://cla-assistant.io/slackhq/csp-html-webpack-plugin). - [x] The test suite must be complete and pass. - [x] The changes must be approved by code review. - [x] Commits should be atomic and messages must be descriptive. Related issues should be mentioned by Issue number.