Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 1.21 KB

CONTRIBUTING.md

File metadata and controls

29 lines (15 loc) · 1.21 KB

Contributing

Testing

In order to keep it really simple we use TAP running in Docker.

Submitting Changes

If you would like to submit a pull request please first raise an issue to track the change that you'd like to make (whether a new feature or a bug fix). Then issue the PR against that issue.

Please add the issue number in each of the atomic commits that comprise the branch, for example:

[#123] Add mappings from core API to harbor-master style

Other than prefixing with the issue number please follow How to Write a Git Commit Message.

Coding Conventions

Although we're not completely convinced that removing semicolons makes things easier to read, adopting StandardJS is easy...so we have.

Standard JavaScript

Repo Linting

The repo is linted against this set of rules:

https://github.com/markbirbeck/my-repolinter

Repo Linter