ethereum / ethereum-org-website

Ethereum.org is a primary online resource for the Ethereum community.
https://ethereum.org/
MIT License
4.91k stars 4.67k forks source link

Create stories for Staking components #13054

Open corwintines opened 1 month ago

corwintines commented 1 month ago

Create stories for the following Staking components:

Khemmie-Ray commented 5 days ago

@wackerow I will like to work on this, but please could you help me understand what you mean by stories? Do you mean relatable explanation or examples?

wackerow commented 5 days ago

Hey @Khemmie-Ray! Appreciate your interest in helping out...

"Stories" refer to visual testing using Storybook. In short, we prepare examples of each of our components, so when we make updates to the site there is an automatic check to see if these components look different than they did before. This allows us to catch bugs/errors/regressions before changes get merged that could cause undesired outcomes.

Would love to get you involved to help contribute... To start I would suggest taking a look at our Implementation of visual testing epic -> #13043 which explain more how to contribute. In there you'll also find a link to our documentation on how to apply Storybook to our components.

Do us a favor and take a look through those docs first then let us know if you'd like to contribute, and/or if you have any other questions. Also would encourage you to join our Discord as well if you have questions or need a hand. Thanks!

Khemmie-Ray commented 5 days ago

Alright, I will do that, thanks