From 9cbc2c41175d5a1d3bca285b323a83851e942210 Mon Sep 17 00:00:00 2001 From: David Capello Date: Fri, 11 Nov 2022 17:13:58 -0300 Subject: [PATCH] Update CLA signing process Fixes https://aseprite/sourcecode/issues/83, moving the CLA process to https://github.com/igarastudio/cla --- .github/PULL_REQUEST_TEMPLATE.md | 8 ++++---- CONTRIBUTING.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index fdcdd572f..b9b5ca99b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,10 +1,10 @@ + licensed under the Individual Contributor License Agreement V4.0. --> -I agree that my contributions are licensed under the Individual Contributor License Agreement V3.0 ("CLA") as stated in https://github.com/aseprite/sourcecode/blob/main/cla.md +I agree that my contributions are licensed under the Individual Contributor License Agreement V4.0 ("CLA") as stated in https://github.com/igarastudio/cla/blob/main/cla.md -I have signed the CLA following the steps given in https://github.com/aseprite/sourcecode/blob/main/sign-cla.md#sign-the-cla +I have signed the CLA following the steps given in https://github.com/igarastudio/cla#signing diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bf31fae10..bf85ec11b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -93,7 +93,7 @@ You can fork the GitHub repository using the Fork button at The Pull Requests (PR) systems works in this way: 1. First of all you will need to sign our - [Contributor License Agreement](https://github.com/aseprite/sourcecode/blob/main/sign-cla.md#sign-the-cla) (CLA). + [Contributor License Agreement](https://github.com/igarastudio/cla) (CLA). 1. Then you can start working on Aseprite. Create a new branch from `main`, e.g. `fix-8` to fix the issue 8. Check this guide about [how to name your branch](https://github.com/agis/git-style-guide#branches). 1. Start working on that new branch, and push your commits to your fork.