We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ef59e8 commit 9dbcf91Copy full SHA for 9dbcf91
contribute/README.md
@@ -40,6 +40,9 @@ Before any commit, make sure:
40
2. `make lint` is passing (for backend) and `npm run lint` is passing (for frontend)
41
3. All tests are passing
42
4. Project is building successfully
43
+5. All your commits should be squashed into one commit with proper message (or to meaningful parts)
44
+6. Code do really refactored and production ready
45
+7. You have one single PR per one feature (at least, if features not connected)
46
47
### Automated Versioning
48
0 commit comments