Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.68 KB

CONTRIBUTING.md

File metadata and controls

31 lines (19 loc) · 1.68 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.

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 to gather.

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 or Crysfel anything and we will do our best to help you.