We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6978d0f commit 2202d4cCopy full SHA for 2202d4c
CONTRIBUTING.md
@@ -18,7 +18,7 @@ your contribution or address the issue you're having.
18
19
- When submitting a Pull Request
20
- **Make sure the test suite passes**., and that means on python3 as well.
21
- You can use "test_fast.sh", or tox locally and/or enable Travis-CI on your fork.
+ You can use "test_fast.sh", or tox locally and/or [enable Travis-CI](http://about.travis-ci.org/docs/user/getting-started/) on your fork.
22
- We suggest you enable Travis-CI on your fork, to make it easier for the team
23
to see that the PR does indeed pass all the tests.
24
- Back-compatiblitiy **really** matters. Pandas already has a large user-base and
0 commit comments