Skip to content

Commit

Permalink
misc: add the suggestion to separate commits
Browse files Browse the repository at this point in the history
  • Loading branch information
shpaass authored Feb 27, 2024
1 parent bad704f commit 0f1a501
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Docs/ContributorsGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ To make your experience better, there are a couple of things to keep in mind whe
Coding phase:
* Please use the same code style as the rest of the codebase.
* Please prioritize maintainability. Aim for understandable code without dirty hacks.
* Please separate refactoring and the change of behavior into different commits, so it is easier to review the PR.
* Please document the code. If you can also document the existing code, we would be thankful. Better documentation allows others to understand the code faster and thus to contribute more.
* In a programmers' haven, there's a spot for devs who write tests.

Expand Down

0 comments on commit 0f1a501

Please sign in to comment.