File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -31,16 +31,17 @@ interactions with the project.
31
31
- Capitalize colors: ` Kind of Orange `
32
32
- Prefer common names, especially when adding colors of flora and fauna
33
33
(plants and animals ;) ) ex. ` Venus Slipper Orchid ` instead of ` Paphiopedilum ` .
34
+ - Avoid ethnic & racial assumptions
34
35
35
36
## Git
36
37
37
38
- We use automated semantic versioning using conventional changelog rules. You
38
39
can run ` npx cz ` or ` npm run commit ` instead of ` git commit -m ` , or make sure
39
40
to follow [ conventional changelog naming rules] .
40
41
- Write your commit messages in imperative form:
41
- ** feat(colors): Adds fantastic new colors names.** rather then
42
+ ** feat(colors): Add fantastic new colors names.** rather then
42
43
feat(colors): Added new names.
43
- - Make sure to run ` npm run build ` before commiting . (No need to ` npm ci ` the
44
+ - Make sure to run ` npm run build ` before committing . (No need to ` npm ci ` the
44
45
dependencies are only needed if you need to run the API)
45
46
46
47
### Attribution
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments