-
Notifications
You must be signed in to change notification settings - Fork 587
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into 716-dynamic-template-support
- Loading branch information
Showing
37 changed files
with
644 additions
and
500 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,7 @@ Hello! Thank you for choosing to help contribute to one of the SendGrid open sou | |
- [Testing](#testing) | ||
- [Style Guidelines & Naming Conventions](#style-guidelines-and-naming-conventions) | ||
- [Creating a Pull Request](#creating-a-pull-request) | ||
- [Code Reviews](#code-reviews) | ||
|
||
<a name="roadmap"></a> | ||
We use [GitHub Projects](https://github.com/sendgrid/sendgrid-csharp/projects) to help define current roadmaps, please feel free to grab an issue from our [GitHub Issues](https://github.com/sendgrid/sendgrid-csharp/issues). Please indicate that you have begun work on it to avoid collisions. Once a PR is made, community review, comments, suggestions and additional PRs are welcomed and encouraged. | ||
|
@@ -75,7 +76,7 @@ git clone https://github.com/sendgrid/sendgrid-csharp.git | |
|
||
- Open `sendgrid-csharp/SendGrid.sln` | ||
|
||
## Environment Variables | ||
### Environment Variables | ||
|
||
First, get your free SendGrid account [here](https://sendgrid.com/free?source=sendgrid-csharp). | ||
|
||
|
@@ -90,23 +91,23 @@ Next, update your Environment with your [SENDGRID_APIKEY](https://app.sendgrid.c | |
<a name="understanding-the-codebase"></a> | ||
## Understanding the Code Base | ||
|
||
**/examples** | ||
**[/examples](https://github.com/sendgrid/sendgrid-csharp/blob/master/examples)** | ||
|
||
Examples that demonstrate usage. | ||
|
||
**/ExampleCoreProject/Example.cs** | ||
**[/ExampleCoreProject/Example.cs](https://github.com/sendgrid/sendgrid-csharp/blob/master/ExampleCoreProject/Example.cs)** | ||
|
||
A working .NET Core example project for testing. | ||
|
||
**/ExampleNet45Project/Example.cs** | ||
**[/ExampleNet45Project/Example.cs](https://github.com/sendgrid/sendgrid-csharp/blob/master/ExampleNet45Project/Example.cs)** | ||
|
||
A working .NET 4.5.2 example project for testing. | ||
|
||
**src/SendGrid/SendGridClient.cs** | ||
**[/src/SendGrid/SendGridClient.cs](https://github.com/sendgrid/sendgrid-csharp/blob/master/src/SendGrid/SendGridClient.cs)** | ||
|
||
The main interface to the SendGrid API is the class `SendGridClient`. | ||
|
||
**/tests/SendGrid.Tests/Integration.cs** | ||
**[/tests/SendGrid.Tests/Integration.cs](https://github.com/sendgrid/sendgrid-csharp/blob/master/tests/SendGrid.Tests/Integration.cs)** | ||
|
||
Integration tests | ||
|
||
|
@@ -187,3 +188,8 @@ Generally, we follow the style guidelines as suggested by the official language. | |
with a clear title and description against the `master` branch. All tests must be passing before we will review the PR. | ||
|
||
If you have any additional questions, please feel free to [email](mailto:[email protected]) us or create an issue in this repo. | ||
|
||
<a name="code-reviews"></a> | ||
## Code Reviews | ||
|
||
If you can, please look at open PRs and review them. Give feedback and help us merge these PRs much faster! If you don't know how, Github has some great information on how to review a Pull Request. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.