Add CLA-signing step in CONTRIBUTING file

This commit is contained in:
David Capello 2015-05-04 15:18:15 -03:00
parent 116f0a760e
commit f766763a92

View File

@ -78,10 +78,13 @@ You can fork the GitHub repository using the Fork button at
The Pull Requests (PR) systems works in this way:
1. You've to create a new branch from `master`, e.g. `fix-8` to fix the issue 8.
1. Start working on that new branch, and push that branch to your fork.
1. Create a new PR to merge your `fix-8` branch to official `master`.
1. If the PR is accepted, your branch is merged into `master`.
1. First of all you will need to sign our
[Contributor License Agreement](https://github.com/aseprite/opensource/blob/master/sign-cla.md#sign-the-cla) (CLA).
1. Then you can start working on Aseprite. Create a new branch from `master`, e.g. `fix-8` to fix the issue 8.
1. Start working on that new branch, and push your commits to your fork.
1. Create a new PR to merge your `fix-8` branch to the official `master`.
1. If the PR is accepted (does not require review/comments/modifications),
your branch is merged into `master`.
1. You will need to pull changes from the official `master` branch, and
merge them in your own `master` branch. Finally you can discard your
own `fix-8` branch (because those changes should be already merged