Make sure you check to see if your issue is related to other issues before creating any, or if it is on the list of things we fixed but haven't released yet.
Be sure to tag your issue here using the bug tag!
If you are interested in designing or developing with us, you can reach to us through the Project Modern Discord which we check regularly.
Make sure you have nodejs and yarn installed. Install dependencies with:
yarn
Once it's done start up a local server with:
yarn start
To view the components and style guide:
yarn storybook
To run tests:
yarn test