Skip to content

Commit c97a04f

Browse files
author
Mark Bauer
committed
editing contributing.md file
1 parent 8b9d458 commit c97a04f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Hi, I'm Mark. I'm the author of this project. Thank you for your interest in ope
44

55
## Submitting Changes
66

7-
Please send a [GitHub Pull Request to data-analysis-using-python](https://github.com/mebauer/data-analysis-using-python/pull/new/master) with a clear list of what you've done (read more about [pull requests](http://help.github.com/pull-requests/)). Please follow our coding conventions (below) and make sure all of your commits are atomic (one feature per commit).
7+
Please send a [GitHub Pull Request to data-analysis-using-python](https://github.com/mebauer/data-analysis-using-python/pull/new/master) with a clear list of what you've done (read more about [pull requests](https://docs.github.com/en/free-pro-team@latest/github/collaborating-with-issues-and-pull-requests/about-pull-requests). Please follow our coding conventions (below) and make sure all of your commits are atomic (one feature per commit).
88

99
Always write a clear log message for your commits. One-line messages are fine for small changes, but bigger changes should look like this:
1010

@@ -15,9 +15,9 @@ Always write a clear log message for your commits. One-line messages are fine fo
1515

1616
## Coding Conventions
1717

18-
Start reading our code and you'll get the hang of it. We optimize for readability:
18+
Start reading our code, and you'll get the hang of it. We optimize for readability:
1919

20-
* This is open source project. Consider the people who will read your code, and make it look nice for them.
20+
* This is an open source project. Consider the people who will read your code, and make it look nice for them.
2121

22-
Thank you,
22+
Thank you,
2323
Mark

0 commit comments

Comments
 (0)