From 147fada3f54d0ca114efee65beefd42336cf1904 Mon Sep 17 00:00:00 2001 From: "Earle F. Philhower, III" Date: Sun, 14 Jul 2019 04:25:57 -0700 Subject: [PATCH] Minor doc update, "How to make a PR" link (#6297) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8d3b89e9..7704c15f2 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ Please provide as much context as possible, as well as the information requested ### Contributing -For minor fixes of code and documentation, please go ahead and submit a pull request. +For minor fixes of code and documentation, please go ahead and submit a pull request. A gentle introduction to the process can be found [here](https://www.freecodecamp.org/news/a-simple-git-guide-and-cheat-sheet-for-open-source-contributors/). Check out the list of issues that are easy to fix — [easy issues pending](https://github.com/esp8266/Arduino/issues?q=is%3Aopen+is%3Aissue+label%3A%22level%3A+easy%22). Working on them is a great way to move the project forward.