Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 889 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (10 loc) · 889 Bytes

Contributing

This document builds on the default contributing.md. Please read that before this document.

How to create an article

How to review an article PR

Article PRs should be reviewed using the PR review process here. Additionally, Correct content changes must adhere to the content guide.

How to make changes to code

Creating tests

Test files must be within /src, with a file name ending in .test.<ext>, where <ext> is one of js mjs jsx ts tsx.

How to review a code change

Use the standard review process.