Rovergulf Blockchain Network is Apache 2.0 licensed and accepts contributions via GitHub pull requests. This document outlines some of the conventions on commit message formatting, contact points for developers, and other resources to help get contributions into rbn.
- Rovergulf Engineers Discord: Join
- Email: Rovergulf Engineers Team
- Read the contributing guide at Rovergulf Blockchain Network Contributing Guide - TBD
- Fork the repository on GitHub
- Read the README.md for development installation and usage instructions
Reporting bugs is one of the best ways to contribute.
However, a good bug report has some very specific qualities, so please, check if there is already no existing one before submitting a bug report or creating a pull request.
This is a rough outline of what a contributor's workflow looks like:
- Create a topic branch from where to base the contribution. This is usually master.
- Make commits of logical units.
- Make sure commit messages are in the proper format (see below).
- Push changes in a topic branch to a personal fork of the repository.
- Submit a pull request to rovergulf/rbn.
- The PR must receive a LGTM from at least one of maintainers found in the repository contributors.
Thanks for contributing!