Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.32 KB

CONTRIBUTING.md

File metadata and controls

31 lines (19 loc) · 1.32 KB

Contributing

We develop with Github

We use github to host code, to track issues and feature requests, as well as accept pull requests.

We Use Github Flow, So All Code Changes Happen Through Pull Requests

Pull requests are the best way to propose changes to the codebase (we use Github Flow).

  1. Clone the repo and create your branch from master.
  2. If you've added code that should be tested, add tests.
  3. If you've changed APIs, update the documentation.
  4. Ensure the test suite passes.
  5. Make sure your code lints.
  6. Issue that pull request!

When raising a pull request, ensure that you apply the appropriate label as this is used when generating changelogs!

Any contributions you make will be under the Open Government Licence

In short, when you submit code changes, your submissions are understood to be under the same OGLv3 License that covers the project.

Report bugs using Github's issues

We use GitHub issues to track public bugs. Report a bug by opening a new issue

Use a Consistent Coding Style

This project uses Standard JS code-style