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.
- Code of conduct
- Coding standards
- Project structure
- Running locally
- Environment variables
- Testing and code coverage
- Working with components
- Feature Flags
Please read CODE_OF_CONDUCT.md before contributing.
See coding-standards for further details on coding style, linting and automatic formatting
See project structure for an overview of the files and directories in this repository.
See running locally.
See environment-variables for more details
See testing for more details on unit tests, acceptance tests, and code coverage.
See components for more detail on how to structure app level components.
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.
See releasing for more details on the release procedure.