Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 544 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (18 loc) · 544 Bytes

Contribution Guidelines

The new features and bug fixes are merged into develop branch. The master branch contains the latest stable release.

Please, try to follow:

  • Clone the repository.
  • Checkout develop branch.
  • Create feature or bug fixing branch using git flow
  • Add your new features or fixes.
  • Build the project.
  • Send PR.
$ git clone https://github.com/rousan/no-more-anony-msg.git
$ cd no-more-anony-msg
$ git checkout develop
$ git flow init
$ git flow feature start <your-feature-branch-name>
$ ./build.sh