File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,8 @@ looking for a quick way to help out.
18
18
19
19
```
20
20
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:
22
23
23
24
``` python
24
25
>> > from pandas.util.print_versions import show_versions
@@ -35,7 +36,7 @@ looking for a quick way to help out.
35
36
- One blank line.
36
37
- Optionally, a commit message body.
37
38
- 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.
39
40
- `doc/ source/ release.rst` and `doc/ source/ vx.y.z.txt` contain an ongoing
40
41
changelog for each release. Add entries to these files
41
42
as needed in a separate commit in your PR : document the fix, enhancement,
You can’t perform that action at this time.
0 commit comments