Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.23 KB

CONTRIBUTING.md

File metadata and controls

35 lines (21 loc) · 1.23 KB

Contribution guidelines

We really like contributions and bug reports, but we do have a few guidelines to bear in mind.

Raising bugs

When raising bugs please explain the issue in good detail and provide a guide to how to replicate it. When describing the bug it's useful to follow the format:

  • what you did
  • what you expected to happen
  • what happened

Suggesting features

Please raise feature requests as issues before contributing any code.

This ensures they are discussed properly before any time is spent on them.

Contributing code

Coding standards

Please refer to govuk-frontend coding standars:

Indentation and whitespace

Your JavaScript code should pass linting. Maintain 2-space, soft-tabs only indentation. No trailing whitespace.

Commit hygiene

Please see our git style guide which describes how we prefer git history and commit messages to read.