There are a few rules to be aware:
- Use branches! Instead of working on the master branch, we use feature branches.
- Use merge requests! No merge without a merge request and a (short) review through another contributor. This allows us to easily keep track of the development.
- Use issues.
- Write commit messages.
- Be aware of good node.js style guides, e.g., https://github.com/felixge/node-style-guide. Most important are rules as 2 space indentations.
Less is more! Only use npm modules if really necessary.