Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.85 KB

CONTRIBUTING.md

File metadata and controls

42 lines (33 loc) · 1.85 KB

Contributing

Want to contribute, but not sure where to start? Check out our issue board!

This package is a simple command-line interface wrapper around the FarmerInterface class from StorjCORE. As such, it's very likely that bug reports should be opened there. As a general rule:

  • If you experience an issue with network connectivity, unexpected crashes, and similar, open an issue here.
  • If you find a problem related to the first run wizard, configuration issues, and similar, open and issue here.

Contributor License Agreement

By submitting pull requests, you agree that your work may be licensed under GNU Affero General Public License Version 3 (or later). You also assert that you have completed the Contributor License Agreement.

Pull Requests for Swag

We love pull requests, so to encourage more of them we are offering awesome swag. Only SIGNIFICANT pull requests count. Fixing a comma doesn’t count, but fixing a bug, adding more test coverage, or writing guides & documentation does.

  • Make 1x pull requests to get into the contributors list and website
  • Make 2x pull requests, we will send you a packet of stickers
  • Make 5x pull requests, and we will send you a t-shirt and more stickers
  • Make 10x pull requests, and you get a job interview with James + other swag

If we miss a milestones (probably because we are working hard), just let us know so we can get you your swag.

Style Guide

We adhere to Felix's Node.js Style Guide. Please take the time to review the style guide and take care to follow it.