From 3eb517384b2394109fd5337dfe6670ea7e9e9c0e Mon Sep 17 00:00:00 2001 From: thepriefy Date: Tue, 31 Oct 2017 08:03:37 +0700 Subject: [PATCH 1/5] update CONTRIBUTING.md fix typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 72aaf3c..e67a165 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -88,7 +88,7 @@ source ./sendgrid.env ##### Execute: ##### -See the [examples folder](https://github.com/sendgrid/php-http-client/tree/master/examples +See the [examples folder](https://github.com/sendgrid/php-http-client/tree/master/examples) ## Understanding the Code Base From be2ebdf91916fe853ded47acb580766361233d1f Mon Sep 17 00:00:00 2001 From: thepriefy Date: Tue, 31 Oct 2017 08:09:58 +0700 Subject: [PATCH 2/5] add subject to table of contents --- CONTRIBUTING.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e67a165..55886d3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,10 +1,11 @@ Hello! Thank you for choosing to help contribute to one of the SendGrid open source projects. There are many ways you can contribute and help is always welcome. We simply ask that you follow the following contribution policies. -- [CLAs and CCLAs](#cla) - [Roadmap & Milestones](#roadmap) +- [CLAs and CCLAs](#cla) - [Feature Request](#feature-request) - [Submit a Bug Report](#submit-a-bug-report) - [Improvements to the Codebase](#improvements-to-the-codebase) +- [Environment Variables](#environment-variables) - [Understanding the Code Base](#understanding-the-codebase) - [Testing](#testing) - [Style Guidelines & Naming Conventions](#style-guidelines-and-naming-conventions) @@ -74,6 +75,7 @@ git clone https://github.com/sendgrid/php-http-client.git cd php-http-client ``` + ## Environment Variables First, get your free SendGrid account [here](https://sendgrid.com/free?source=php-http-client). @@ -138,7 +140,8 @@ Please run your code through: - [PHP Code Sniffer](https://github.com/squizlabs/PHP_CodeSniffer) -## Creating a Pull Request + +## Creating a Pull Request 1. [Fork](https://help.github.com/fork-a-repo/) the project, clone your fork, and configure the remotes: From dcd1c535db7ea8706769255594ff9822d2794015 Mon Sep 17 00:00:00 2001 From: thepriefy Date: Tue, 31 Oct 2017 08:12:34 +0700 Subject: [PATCH 3/5] revert the order of table of contents --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 55886d3..59a6068 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,7 +1,7 @@ Hello! Thank you for choosing to help contribute to one of the SendGrid open source projects. There are many ways you can contribute and help is always welcome. We simply ask that you follow the following contribution policies. -- [Roadmap & Milestones](#roadmap) - [CLAs and CCLAs](#cla) +- [Roadmap & Milestones](#roadmap) - [Feature Request](#feature-request) - [Submit a Bug Report](#submit-a-bug-report) - [Improvements to the Codebase](#improvements-to-the-codebase) From 2144d8d549474417ae416bd6bc9635379ee0532b Mon Sep 17 00:00:00 2001 From: thepriefy Date: Tue, 31 Oct 2017 08:14:54 +0700 Subject: [PATCH 4/5] makes Environment Variables as a sub topic --- CONTRIBUTING.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 59a6068..7f805b2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,7 +5,6 @@ Hello! Thank you for choosing to help contribute to one of the SendGrid open sou - [Feature Request](#feature-request) - [Submit a Bug Report](#submit-a-bug-report) - [Improvements to the Codebase](#improvements-to-the-codebase) -- [Environment Variables](#environment-variables) - [Understanding the Code Base](#understanding-the-codebase) - [Testing](#testing) - [Style Guidelines & Naming Conventions](#style-guidelines-and-naming-conventions) @@ -75,8 +74,7 @@ git clone https://github.com/sendgrid/php-http-client.git cd php-http-client ``` - -## Environment Variables +### Environment Variables First, get your free SendGrid account [here](https://sendgrid.com/free?source=php-http-client). From ddf4432a1b3dab578ad92126dcae8607f96f7c36 Mon Sep 17 00:00:00 2001 From: Elmer Thomas Date: Tue, 23 Jan 2018 13:14:03 -0800 Subject: [PATCH 5/5] Update CONTRIBUTING.md --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7f805b2..8a51f31 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -88,7 +88,8 @@ source ./sendgrid.env ##### Execute: ##### -See the [examples folder](https://github.com/sendgrid/php-http-client/tree/master/examples) +See the [examples folder](https://github.com/sendgrid/php-http-client/tree/master/examples). + ## Understanding the Code Base