Skip to content

DOC: Fix typos in CONTRIBUTING.md #4243

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
1 commit merged into from
Jul 15, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
###Guidelines

All contributions, bug reports, bug fixes, documentation improvments,
All contributions, bug reports, bug fixes, documentation improvements,
enhancements and ideas are welcome.

The Github "issues" tab contains some issues labels "Good as first PR", these are
Expand Down Expand Up @@ -34,7 +34,7 @@ your contribution or address the issue you're having.
See the "Getting Travis-CI going" below.
- We suggest you enable Travis-CI on your fork, to make it easier for the team
to see that the PR does indeed pass all the tests.
- Back-compatiblitiy **really** matters. Pandas already has a large user-base and
- Back-compatibility **really** matters. Pandas already has a large user-base and
a lot of existing user code. Don't break old code if you can avoid it
Explain the need if there is one in the PR.
Changes to method signatures should be made in a way which doesn't break existing
Expand Down Expand Up @@ -113,7 +113,7 @@ page for any PR you submit. For example:

See the Green "Good to merge!" banner? that's it.

This is especially important for new contributors, as memebers of the pandas dev team
This is especially important for new contributors, as members of the pandas dev team
like to know the test suite passes before considering it for merging.
Even regular contributors who test religiously on their local box (using tox
for example) often rely on a PR+travis=green to make double sure everything
Expand Down