Update CONTRIBUTING.md

Co-Authored-By: grochocki <grochocki@users.noreply.github.com>
This commit is contained in:
Howard Wolosky 2019-04-05 14:57:17 -07:00 committed by GitHub
commit 1c6ed8a967
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,7 @@ improvements which address the top issues reported by Calculator users. Some gen
* **DO** include corresponding tests whenever possible. * **DO** include corresponding tests whenever possible.
* **DO** check for additional occurrences of the same problem in other parts of the codebase before submitting your PR. * **DO** check for additional occurrences of the same problem in other parts of the codebase before submitting your PR.
* **DO** [link the issue](https://github.com/blog/957-introducing-issue-mentions) you are addressing in the * **DO** [link the issue](https://github.com/blog/957-introducing-issue-mentions) you are addressing in the
pull request. pull request.
* **DO** write a good description for your pull request. More detail is better. Describe *why* the change is being * **DO** write a good description for your pull request. More detail is better. Describe *why* the change is being
made and *why* you have chosen a particular solution. Describe any manual testing you performed to validate your change. made and *why* you have chosen a particular solution. Describe any manual testing you performed to validate your change.
* **DO NOT** submit a PR unless it is linked to an Issue marked * **DO NOT** submit a PR unless it is linked to an Issue marked