The steps for contributing to the Zerynth Documentation are as follows:
- decide a name for the change you want to make, i.e new_library_xxx
- go to https://github.com/zerynth/docs/tree/test
- create a branch named
feature/new_library_xxx
: click on the branch dropdown (top left), type the branch name, click create. - add all your changes to the newly created branch with whatever tool you prefer (i.e. https://stackedit.io)
- after each change, the documentation will eventually be built at https://testdocs.zerynth.com/feature/new_library_xxx/latest
- when you are happy with the result, go back to github on the branch
feature/new_library_xxx
and press Pull Request (top right, below the Code button) - in the next page choose
base:test
andcompare:feature/new_library_xxx
. Then press "Create pull request" - in the next page, on the right top side, choose a reviewer ("zerynth" preferably)
- wait for someone to accept your changes or to ask you for some modifications
You can work on multiple branches in parallel. Please, keep the work on each branch relative to a small amount of indipendent changes, otherwise reviewing youe work will be a nightmare (which means it won't be done).
g