Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.03 KB

CONTRIBUTING.md

File metadata and controls

35 lines (24 loc) · 1.03 KB

Contributing

We love pull requests from everyone. By participating in this project, you agree to abide by the code of conduct.

Fork, then clone the repo:

git clone [email protected]:your-username/jsonnet-mode.git

This project uses Cask; install it by following Cask's installation documentation.

To install jsonnet-mode's dependencies, use Cask:

cask install

After adding your change, ensure that the unit tests pass:

cask exec buttercup -L .

After you've committed your changes and tested them, submit a pull request.

Some things that will increase the chance that your pull request is accepted: