Merge pull request #5697 from senekor/remo/tytzlynzqrox

fix: typo in CONTRIBUTING.md
This commit is contained in:
Ed Page 2024-08-23 19:01:11 -05:00 committed by GitHub
commit fe810907bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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
fix or feature commits simple and clear.
Specifically, we would encouage
Specifically, we would encourage
- File renames be isolated into their own commit
- 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,