Skip to content

Commit 52a82ef

Browse files
author
y-p
committed
DOC: tweaks to CONTRIBUTING.md
1 parent b586ad6 commit 52a82ef

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ looking for a quick way to help out.
1818

1919
```
2020

21-
- Include the full version string of pandas and it's dependencies:
21+
- Include the full version string of pandas and it's dependencies. In recent (>0.12) versions
22+
of pandas you can use a built in function:
2223

2324
```python
2425
>>> from pandas.util.print_versions import show_versions
@@ -35,7 +36,7 @@ looking for a quick way to help out.
3536
- One blank line.
3637
- Optionally, a commit message body.
3738
- Please reference relevant Github issues in your commit message using `GH1234`
38-
or `#1234`. Either style is fine but the '#' style generates nose when your rebase your PR.
39+
or `#1234`. Either style is fine but the '#' style generates noise when your rebase your PR.
3940
- `doc/source/release.rst` and `doc/source/vx.y.z.txt` contain an ongoing
4041
changelog for each release. Add entries to these files
4142
as needed in a separate commit in your PR: document the fix, enhancement,

0 commit comments

Comments
 (0)