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:
- Follow bbatsov's emacs lisp style guide; and
- Write a good commit message.