Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 933 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (12 loc) · 933 Bytes

Contributing to Node Nutrition

Contributions are more than welcome. Feel free to propose new features, make pull requests and report issues in the Github Issues Tracker. For pull requests plase take a look to the conventions detailed below.

Usage

This npm module has been recently created. If you plan to use it in your application and you´d like an specific function to be available, just add a new issue and I'll try to get it ready for the next version.

Style conventions

This module is using the ECMAScript 6 syntax and Standard style guide.

Creating pull requests

When creating a new pull request, try to follow this steps:

  • Fork the repository
  • Create a new branch from master
  • Follow the style conventions proposed above
  • Create the pull request!