Skip to content

Commit eed0a51

Browse files
committed
docs: add styling for frontend
1 parent 0667a3d commit eed0a51

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/CONTRIBUTING.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,20 @@ validate whether an abstraction is valid until it's checked against an
3434
implementation. This results in a larger changeset, but it provides reviewers
3535
with a holistic perspective regarding the contribution.
3636

37+
### Frontend
38+
39+
#### Follow component conventions
40+
41+
Each component gets it's own folder. Make sure you add a test and Storybook
42+
stories for the component as well. By keeping these tidy, the codebase will
43+
remain easy-to-navigate, healthy and maintainable for all contributors.
44+
45+
#### Keep accessibility in mind
46+
47+
We strive to keep our UI accessible. When using colors, avoid adding new
48+
elements with low color contrast. Always use labels on inputs, not just
49+
placeholders. These are important for screen-readers.
50+
3751
## Reviews
3852

3953
> The following information has been borrowed from [Go's review

0 commit comments

Comments
 (0)