Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 1.2 KB

CONTRIBUTING.md

File metadata and controls

49 lines (30 loc) · 1.2 KB

Contributing to evolv.io

The evolvio4JavaScript project welcomes new contributors. Individuals making significant and valuable contributions are made Collaborators and given commit-access to the project. To contribute to evolvio4JavaScript please follow these steps:

Step 1: Fork

Create a fork

fork

Step 2: Modify

Make changes to the code

modify

Step 3: Commit

Commit your new code to your repository

commit

Step 4: Rebase

Rebase with evolvio4JavaScript master to sync with the latest developments

rebase

Step 5:

Test your code

test

Step 6:

Push your code to your fork

push

Step 7:

Create a Pull Request

pr

Step 8:

If any review changes are requested, go to Step 2 (the Pull Request will be automatically updated so Step 7 won't need to be repeated)

fix

Step 9:

Your code will be merged into master ready for others to see and use!

merge