Skip to content
This repository has been archived by the owner on Apr 29, 2018. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 946 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (10 loc) · 946 Bytes

Contributing to Neoblog

First off, thank you for wanting to contribute to our project.

This is space is still a huge WIP, so is this document. Our apologies, but with new contributions will come lessons learned and updated info.

For now, here are some of the conventions we've cooked up:

  • use Semantic Versioning, you can see in our readme how we define Major and Minor changes
  • use Semantic Commit Messages, this makes it easier to figure what your commit changed later on
  • always use a feature or fix branch resp. for new features and bugfixes
  • Since Neoblog is a monorepo, use the package name as a subfolder for your feature branch like this: feature/smart-contract/serialization
  • Use the issue number in your fix branch like this: fix/26-routing
  • use soft tabs (2 spaces)