Table of Contents | ||||||
---|---|---|---|---|---|---|
|
1. Fork
Wherever you want to Implement a new feature or Fix a bug (see below) the best way to work with us is to fork the project in your userspace (in GitHub is called https://github.com/<username>) and to Pull-Request on an ad-hoc branch different from the 'develop'
In order to fork, go to the component of your interest and click on "Fork" on the right-top.
...
8. Stay tuned!
Very important, keep an eye con review and comments about your Pull Requests. A Pull Request will NOT be merged (applied) until there will be unsersolved conversations.
...
Keep also an eye on new developments landing on the component’s develop (default) branch and periodically resync your fork!
For more info see Git fork syncing (polish your work)
Thanks and happy coding!