Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.93 KB

CONTRIBUTING.md

File metadata and controls

39 lines (23 loc) · 1.93 KB

Thank you so much for your willing to help! We and the community appreciate you 🖖

We're using (from certain point, at least) the following tools. Please make sure you're using them too.

Typescript

TypeScript

We still have some .js files but please don't add more. For files with JSX syntax, use .tsx files, otherwise, use .ts.

Styled Components 💅

style: styled-components We need to migrate some of the existing code.

Please don't use css in any other kind (global, css modules etc.) Currently, we don't have common styled-components (components that can be used in more than one component). If there is a case for this, consult us and we'll decide together.

Storybook 📖

storybook If you're creating a reusable component (like Card or Modal), please create a storybook for it. We'll probably mention it in the issue.

Tests 🕵️‍♂️

We're using cypress. The tests are not blocker but please, do your best.

Timing ⏳

We all are contributing our time to the community and that's great. In the other hand, we want to deliver the product to our users. When you ask for a task, please add to the comment, your time estimation and try to make it. If you see that you can't make it, please let us know so we could assign it to someone else.

Don't hesitate to ask Mosh, Crysfel or Brent anything and we will do our best to help you.