Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 873 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (16 loc) · 873 Bytes

Contributing

We love pull requests. Here's a quick guide.

Fork, then clone the repo:

git clone git@github.com:your-username/db-modeller.git

Make sure the tests pass:

grailsw test-app

Make your change. Add tests for your change. Make the tests pass:

grailsw test-app

Push to your fork and submit a pull request.

At this point you're waiting on us, so go and make a coffee and congratulate yourself on contributing to the open-source community!

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

  • Write tests that exercise the behaviour of your code.
  • Follow the style of existing sources (we'll make a style guide at some point)
  • Write a good commit message.