##// END OF EJS Templates
Updating Contributing.md with grammer
Mukesh Bhandarkar -
Show More
@@ -35,7 +35,7 b' When opening a new Issue, please take the following steps:'
35 35 Keyword searches for your error messages are most helpful.
36 36 2. If possible, try updating to master and reproducing your issue,
37 37 because we may have already fixed it.
38 3. Try to include a minimal reproducible test case
38 3. Try to include a minimal reproducible test case.
39 39 4. Include relevant system information. Start with the output of:
40 40
41 41 python -c "import IPython; print(IPython.sys_info())"
@@ -55,8 +55,8 b' Some guidelines on contributing to IPython:'
55 55 The worst case is that the PR is closed.
56 56 * Pull Requests should generally be made against master
57 57 * Pull Requests should be tested, if feasible:
58 - bugfixes should include regression tests
59 - new behavior should at least get minimal exercise
58 - bugfixes should include regression tests.
59 - new behavior should at least get minimal exercise.
60 60 * New features and backwards-incompatible changes should be documented by adding
61 61 a new file to the [pr](docs/source/whatsnew/pr) directory, see [the README.md
62 62 there](docs/source/whatsnew/pr/README.md) for details.
General Comments 0
You need to be logged in to leave comments. Login now