Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.06 KB

File metadata and controls

24 lines (14 loc) · 1.06 KB

Contributing to stardog.js

Thanks for contributing to stardog.js!

We love pull requests, they're our favorite.

However, before submitting, please review the following items.

Syntax

We try to follow the Google JavaScript Style Guide

Before submitting your Pull Request

  • Please include tests. Changes with tests will be merged very quickly.
  • Please manually confirm that your changes, and all tests, pass in nodejs and the browser platforms.
  • Please maintain consistent whitespace - 4-space indentation, trailing newlines in all files, etc.
  • Any time you make a change to your PR, please rebase freshly on top of master. Nobody likes merge commits.
  • Add your information to the contributors section in the package.json file.

Even if you don't have all of these items covered, please still feel free to submit a PR! Someone else may be inspired and volunteer to complete it for you.

NOTE: Partially copied from https://raw.githubusercontent.com/creationix/nvm/master/CONTRIBUTING.md