|
1 | 1 | 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.
|
2 | 2 |
|
3 |
| -- [Feature Request](#feature-request) |
4 |
| -- [Submit a Bug Report](#submit-a-bug-report) |
5 | 3 | - [Improvements to the Codebase](#improvements-to-the-codebase)
|
6 | 4 | - [Understanding the Code Base](#understanding-the-codebase)
|
7 | 5 | - [Testing](#testing)
|
8 | 6 | - [Style Guidelines & Naming Conventions](#style-guidelines-and-naming-conventions)
|
9 | 7 | - [Creating a Pull Request](#creating-a-pull-request)
|
10 | 8 | - [Code Reviews](#code-reviews)
|
11 | 9 |
|
12 |
| -<a name="feature-request"></a> |
13 |
| -## Feature Request |
14 |
| - |
15 |
| -If you'd like to make a feature request, please read this section. |
16 |
| - |
17 |
| -The GitHub issue tracker is the preferred channel for library feature requests, but please respect the following restrictions: |
18 |
| - |
19 |
| -- Please **search for existing issues** in order to ensure we don't have duplicate bugs/feature requests. |
20 |
| -- Please be respectful and considerate of others when commenting on issues |
21 |
| - |
22 |
| -<a name="submit-a-bug-report"></a> |
23 |
| -## Submit a Bug Report |
24 |
| - |
25 |
| -Note: DO NOT include your credentials in ANY code examples, descriptions, or media you make public. |
26 |
| - |
27 |
| -A software bug is a demonstrable issue in the code base. In order for us to diagnose the issue and respond as quickly as possible, please add as much detail as possible into your bug report. |
28 |
| - |
29 |
| -Before you decide to create a new issue, please try the following: |
30 |
| - |
31 |
| -1. Check the Github issues tab if the identified issue has already been reported, if so, please add a +1 to the existing post. |
32 |
| -2. Update to the latest version of this code and check if the issue has already been fixed |
33 |
| -3. Copy and fill in the Bug Report Template we have provided below |
34 |
| - |
35 |
| -### Please use our Bug Report Template |
36 |
| - |
37 |
| -In order to make the process easier, we've included a [sample bug report template](ISSUE_TEMPLATE.md). |
38 |
| - |
39 | 10 | <a name="improvements-to-the-codebase"></a>
|
40 | 11 | ## Improvements to the Codebase
|
41 | 12 |
|
|
0 commit comments