From c93bece9512704b2a572b90bd470ed6406d4e0f5 2018-10-27 16:18:35 From: Mukesh Bhandarkar <31272819+darknightwolf@users.noreply.github.com> Date: 2018-10-27 16:18:35 Subject: [PATCH] Updating Contributing.md with grammer --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 179d45e..01a871c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -35,7 +35,7 @@ When opening a new Issue, please take the following steps: Keyword searches for your error messages are most helpful. 2. If possible, try updating to master and reproducing your issue, because we may have already fixed it. -3. Try to include a minimal reproducible test case +3. Try to include a minimal reproducible test case. 4. Include relevant system information. Start with the output of: python -c "import IPython; print(IPython.sys_info())" @@ -55,8 +55,8 @@ Some guidelines on contributing to IPython: The worst case is that the PR is closed. * Pull Requests should generally be made against master * Pull Requests should be tested, if feasible: - - bugfixes should include regression tests - - new behavior should at least get minimal exercise + - bugfixes should include regression tests. + - new behavior should at least get minimal exercise. * New features and backwards-incompatible changes should be documented by adding a new file to the [pr](docs/source/whatsnew/pr) directory, see [the README.md there](docs/source/whatsnew/pr/README.md) for details.