Skip to content

Commit 83a6e09

Browse files
author
y-p
committed
DOC: CONTRIBUTING.md
1 parent b801858 commit 83a6e09

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

CONTRIBUTING.md

+15-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,22 @@ Please try and follow these guidelines, as this makes it easier for us to accept
1111
your contribution or address the issue you're having.
1212

1313
- When submitting a bug report:
14-
- Please include a short, self-contained python snippet.
15-
- Specify the pandas version used. (you can check `pandas.__version__`).
14+
- Please include a short, self-contained python snippet reproducing the problem.
15+
You can have the code formatted nicely by using [GitHub Flavored Markdown](http://github.github.com/github-flavored-markdown/) :
16+
17+
```
18+
```python
19+
20+
print("I ♥ pandas!")
21+
22+
``'
23+
```
24+
25+
- Specify the pandas (and numpy) version used. (you can check `pandas.__version__`).
1626
- Explain what the expected behavior was, and what you saw instead.
27+
- If the issue seems to involve some of pandas' dependencies such as matplotlib
28+
or PyTables, you should include (the relavent parts of) the output of
29+
[ci/print_versions.py](https://github.com/pydata/pandas/blob/master/ci/print_versions.py)
1730
1831
- When submitting a Pull Request
1932
- **Make sure the test suite passes**., and that means on python3 as well.

0 commit comments

Comments
 (0)