Skip to content

Commit 959a2eb

Browse files
authored
docs(contribution): mentioning the code conventions (#640)
refactor(docs): mentioning the code conventions
1 parent a0b7326 commit 959a2eb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CONTRIBUTING.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,8 @@ We are committed to fostering a welcoming, respectful, and harassment-free envir
88

99
Please make sure that husky is installed correctly to validate your changes.
1010

11-
Moreover, you need to duplicate ``.env.template`` as ``.env`` and type your own email address. This ensures that you have the correct email set for this project.
11+
Moreover, you need to duplicate ``.env.template`` as ``.env`` and type your own email address. This ensures that you have the correct email set for this project.
12+
13+
### Conventions
14+
15+
Please be aware that we have some [code and git commit (message and branch naming) conventions](doc/conventions.adoc), that we ensure with some linting tools.

0 commit comments

Comments
 (0)