We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7839d4f commit 5e3fd36Copy full SHA for 5e3fd36
CONTRIBUTING.md
@@ -117,7 +117,7 @@ you can check before submitting a PR:
117
* PR titles indirectly become part of the CHANGELOG so it's crucial to provide a good
118
record of **what** change is being made in the title; **why** it was made will go in the
119
PR description, along with a link to a GitHub issue if it exists.
120
-* write tests for the code you wrote.
+* Write tests for the code you wrote.
121
* open your PR against the `master` branch.
122
* Maintain **clean commit history** and use **meaningful commit messages**.
123
PRs with messy commit history are difficult to review and require a lot of work to be merged.
0 commit comments