-
Notifications
You must be signed in to change notification settings - Fork 4
Development guide
daviderovell0 edited this page Mar 24, 2020
·
3 revisions
A couple of development guidelines to contribute to the bzzzbz project.
Changes to the master branch require approval through PR review (it is therefore impossible to push directly to master).
- Create (or checkout) a branch
- Write your contribution
- Push your local changes to the corresponding remote branch
- Create a Pull Request (PR) with detailed description.
- Wait for another contributor to review and approve your changes
- Merge to master.