Skip to content

Commit e781186

Browse files
committed
docs(contributing): add new rules
1 parent ca8f60c commit e781186

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,17 @@ interactions with the project.
3131
- Capitalize colors: `Kind of Orange`
3232
- Prefer common names, especially when adding colors of flora and fauna
3333
(plants and animals ;) ) ex. `Venus Slipper Orchid` instead of `Paphiopedilum`.
34+
- Avoid ethnic & racial assumptions
3435

3536
## Git
3637

3738
- We use automated semantic versioning using conventional changelog rules. You
3839
can run `npx cz` or `npm run commit` instead of `git commit -m`, or make sure
3940
to follow [conventional changelog naming rules].
4041
- 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
4243
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
4445
dependencies are only needed if you need to run the API)
4546

4647
### Attribution

dist/history.json

Lines changed: 1 addition & 5 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)