Skip to content

Commit 9dbcf91

Browse files
REFACTOR (docs): Add clarifications to contribute [skip-release]
1 parent 6ef59e8 commit 9dbcf91

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

contribute/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ Before any commit, make sure:
4040
2. `make lint` is passing (for backend) and `npm run lint` is passing (for frontend)
4141
3. All tests are passing
4242
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)
4346

4447
### Automated Versioning
4548

0 commit comments

Comments
 (0)