Linked how to make a pull requests in README

This makes it easier for users new to GitHub to learn how to make a pull request.
This commit is contained in:
zurbrugc
2019-05-14 11:25:16 -07:00
committed by GitHub
parent 4803716715
commit 44256ffe7c
+1 -1
View File
@@ -101,7 +101,7 @@ How to Contribute
branch off of it).
4. Write a test which shows that the bug was fixed or that the feature
works as expected.
5. Send a pull request and bug the maintainer until it gets merged and
5. Send a [pull request](https://help.github.com/en/articles/creating-a-pull-request-from-a-fork) and bug the maintainer until it gets merged and
published. :) Make sure to add yourself to
[AUTHORS](https://github.com/requests/requests/blob/master/AUTHORS.rst).