Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 917 Bytes

CONTRIBUTING.md

File metadata and controls

31 lines (23 loc) · 917 Bytes

Contributing to neo-local

First off, thanks for taking the time to contribute! 🎉👍

The following is a set of guidelines for contributing to neo-local. Please use your best judgement when following them, and feel free to propose changes to this document in a pull request.

Git Flow

This project follows the Git Flow branching workflow for managing features, hotfixes and releases.

Please have a read first of Jeff Kreeftmeijer blog post which does a great job of describing it.

After cloning the repo locally, create a new feature branch:

git checkout -b feat/my-awesome-feature develop

When ready push your changes from this branch to remove (Github) and create a new pull request against the develop branch.