File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,20 @@ validate whether an abstraction is valid until it's checked against an
34
34
implementation. This results in a larger changeset, but it provides reviewers
35
35
with a holistic perspective regarding the contribution.
36
36
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
+
37
51
## Reviews
38
52
39
53
> The following information has been borrowed from [ Go's review
You can’t perform that action at this time.
0 commit comments