Skip to content

Latest commit

 

History

History
108 lines (67 loc) · 3.59 KB

contributing.md

File metadata and controls

108 lines (67 loc) · 3.59 KB

Contributing

These docs are to help you understand our contribution guidelines and standards.

Contents of this file

For contributors

For maintainers

Code of Conduct

Please read CODE_OF_CONDUCT.md before contributing.

Application architecture

See application architecture for an overview of the directories in this repository.

Running locally

See running locally.

Conventions to follow

Indentation and whitespace

2-space, soft-tabs only. No trailing whitespace.

CSS

See our coding standards for CSS and testing and linting.

JavaScript

See our coding standards for JavaScript and testing and linting.

Components and Nunjucks API

See our coding standards for components, coding standards for Nunjucks macros and testing and linting.

Testing and linting

See testing and linting.

Supported browsers

Your contribution needs to work with certain browsers as set out in README. See also supporting Internet Explorer 8.

Supported assistive technology

Your contribution needs to work with certain assistive technology as set out in README.

Commit hygiene

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

Versioning

See versioning.

Updating Changelog

See the versioning documentation for updating the changelog

Testing a release

If you need to test a release, for example if you're contributing a new component see Publishing pre-release of WMN Design System Frontend.

Application tasks

See tasks.

Deploying

See deploying.

Releasing a new version

See versioning.