fix: Typo in CONTRIBUTING.md

This commit is contained in:
Remo Senekowitsch 2024-08-23 23:52:44 +02:00
parent 7916028a90
commit e4eafba332

View file

@ -115,7 +115,7 @@ We ask that commits are atomic, meaning they are complete and have a single resp
PRs should tell a cohesive story, with test and refactor commits that keep the PRs should tell a cohesive story, with test and refactor commits that keep the
fix or feature commits simple and clear. fix or feature commits simple and clear.
Specifically, we would encouage Specifically, we would encourage
- File renames be isolated into their own commit - File renames be isolated into their own commit
- Add tests in a commit before their feature or fix, showing the current behavior. - Add tests in a commit before their feature or fix, showing the current behavior.
The diff for the feature/fix commit will then show how the behavior changed, The diff for the feature/fix commit will then show how the behavior changed,