mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 06:44:16 +00:00
fix: Typo in CONTRIBUTING.md
This commit is contained in:
parent
7916028a90
commit
e4eafba332
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue