Skip to content

Latest commit

 

History

History
58 lines (33 loc) · 1.94 KB

CONTRIBUTING.md

File metadata and controls

58 lines (33 loc) · 1.94 KB

Contributing

We love contributions! We've compiled these docs to help you understand our contribution guidelines. If you still have questions, please contact us, we'd be super happy to help.

Contents of this file

For contributors

For maintainers

Code of Conduct

Please read CODE_OF_CONDUCT.md before contributing.

Coding standards

See coding-standards for further details on coding style, linting and automatic formatting

Project structure

See project structure for an overview of the files and directories in this repository.

Running locally

See running locally.

Environment variables

See environment-variables for more details

Testing and code coverage

See testing for more details on unit tests, acceptance tests, and code coverage.

Working with components

See components for more detail on how to structure app level components.

Feature Flags

Feature flags are used to hide large or complicated features until they are ready for release. This also de-reisks deployments by separating out deployment of code from enabling features.

See feature flags for more details.

Releasing a new version & updating the Changelog

See releasing for more details on the release procedure.