Update CLA signing process

Fixes https://aseprite/sourcecode/issues/83, moving the CLA process to
https://github.com/igarastudio/cla
This commit is contained in:
David Capello 2022-11-11 17:13:58 -03:00
parent 8149e4fa45
commit 9cbc2c4117
2 changed files with 5 additions and 5 deletions

View File

@ -1,10 +1,10 @@
<!-- Please read the contribution guidelines before submitting a pull request. -->
<!-- By submitting this pull request, you agree that your contributions are
licensed under the Individual Contributor License Agreement V3.0. -->
licensed under the Individual Contributor License Agreement V4.0. -->
<!-- If you're a first-time contributor, please sign the CLA
as indicated in https://github.com/aseprite/sourcecode/blob/main/sign-cla.md#sign-the-cla
as indicated in https://github.com/igarastudio/cla#signing
and acknowledge it by leaving the statement below. -->
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

View File

@ -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.