Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 883 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (18 loc) · 883 Bytes

blockapps-js

Contribution Guide

blockapps-js the library and its sister project bloc, the commandline tool, are community driven projects. We are eager to accept contributions in the form of:

  • App Examples
  • Tutorials
  • Modules, especially plugins for your preferred Javascript framework
  • Feature requests or suggestions
  • Bugs to be fixed
  • Patches
  • Tests
  • Documentation improvement and fixes
  • .. anything else you can think of

Code Style

Code style is based on the Google guidelines here.

CI

blockapps-js and bloc use travis-ci for builds. Please help contribute tests and check all PRs against existing tests. PRs should be accompanied with tests documenting their use and correctness.