Skip to content

Commit

Permalink
docs(CONTRIBUTING.md): add Conventional Commits
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyandrade authored Apr 8, 2020
1 parent b47901e commit 1d9d7db
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,15 @@ You can find it at https://github.com/orgs/multei/projects/1
## Which IDE should I use?

In the beginning, we used IntelliJ's WebStorm to code.
Therefore, you will probably find the `.idea /` directory in each of the projects.
Therefore, you will probably find the `.idea/` directory in each of the projects.
We take care to add any files that might conflict with your _workspace_ to `.gitignore`.

Feel free to use other IDEs and editors like Visual Studio Code, Atom or Sublime.

## How to write commit messages?

We follow the [Conventional Commits specification](https://www.conventionalcommits.org/en/v1.0.0/)

## Code of conduct

Check our [Code of Conduct](CODE_OF_CONDUCT.md)

0 comments on commit 1d9d7db

Please sign in to comment.