Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Latest commit

 

History

History
39 lines (27 loc) · 1.6 KB

CONTRIBUTING.md

File metadata and controls

39 lines (27 loc) · 1.6 KB

How to contribute

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.

Email and chat

Getting started

Reporting bugs and creating issues

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.

Contribution flow

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!