From 44256ffe7cbdcf8b8a14bfd6f3333d6977851883 Mon Sep 17 00:00:00 2001 From: zurbrugc <40577023+zurbrugc@users.noreply.github.com> Date: Tue, 14 May 2019 11:25:16 -0700 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bcf0b2f8..41e92667 100644 --- a/README.md +++ b/README.md @@ -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).