From 6ed9f79bc10fef82dd021723824b0d30c718e2da Mon Sep 17 00:00:00 2001 From: Piper Date: Fri, 26 Jul 2019 09:19:08 -0700 Subject: [PATCH 1/3] docs: add pull request section --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 063ab06c8b..4383fedd95 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -106,3 +106,7 @@ $ open coverage/lcov-report/index.html # Linux $ xdg-open coverage/lcov-report/index.html ``` + +### Submitting Pull Requests + +If you've cloned the project directly and are working on a feature branch, you'll need write permissions to be able to push that branch to the remote to open a pull request. From 229d9769d5f1dd080cfd9cf281358294785d9225 Mon Sep 17 00:00:00 2001 From: Piper Date: Fri, 2 Aug 2019 12:35:48 -0700 Subject: [PATCH 2/3] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4383fedd95..867e34aa00 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -109,4 +109,4 @@ $ xdg-open coverage/lcov-report/index.html ### Submitting Pull Requests -If you've cloned the project directly and are working on a feature branch, you'll need write permissions to be able to push that branch to the remote to open a pull request. +This project follows GitHub's standard forking model. Please fork the project to submit pull requests. From 0e94e3f8bc275671dc2426bff21f223ff9537c3a Mon Sep 17 00:00:00 2001 From: Piper Date: Fri, 2 Aug 2019 16:11:57 -0700 Subject: [PATCH 3/3] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 867e34aa00..56a203db81 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -109,4 +109,4 @@ $ xdg-open coverage/lcov-report/index.html ### Submitting Pull Requests -This project follows GitHub's standard forking model. Please fork the project to submit pull requests. +This project follows [GitHub's standard forking model](https://guides.github.com/activities/forking/). Please fork the project to submit pull requests.