You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 20, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+17-16Lines changed: 17 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,19 @@
1
1
Hello! Thank you for choosing to help contribute to one of the SendGrid open source libraries. 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
-
-[CLAs and CCLAs](#cla)
4
-
-[Roadmap & Milestones](#roadmap)
5
-
-[Feature Request](#feature_request)
6
-
-[Submit a Bug Report](#submit_a_bug_report)
7
-
-[Improvements to the Codebase](#improvements_to_the_codebase)
8
-
-[Understanding the Code Base](#understanding_the_codebase)
3
+
-[CLAs and CCLAs](#clas-and-cclas)
4
+
-[Roadmap & Milestones](#roadmap-and-milestones)
5
+
-[Feature Request](#feature-request)
6
+
-[Submit a Bug Report](#submit-a-bug-report)
7
+
-[Improvements to the Codebase](#improvements-to-the-codebase)
8
+
-[Understanding the Code Base](#understanding-the-codebase)
-[Creating a Pull Request](#creating-a-pull-request)
12
12
13
-
<aname="roadmap"></a>
13
+
<aname="roadmap-and-milestones"></a>
14
14
We use [Milestones](https://github.com/sendgrid/nodejs-http-client/milestones) to help define current roadmaps, please feel free to grab an issue from the current milestone. 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.
15
15
16
-
<aname="cla"></a>
16
+
<aname="clas-and-cclas"></a>
17
17
## CLAs and CCLAs
18
18
19
19
Before you get started, SendGrid requires that a SendGrid Contributor License Agreement (CLA) be filled out by every contributor to a SendGrid open source project.
@@ -26,7 +26,7 @@ When you create a Pull Request, after a few seconds, a comment will appear with
26
26
27
27
There are a few ways to contribute, which we'll enumerate below:
28
28
29
-
<aname="feature_request"></a>
29
+
<aname="feature-request"></a>
30
30
## Feature Request
31
31
32
32
If you'd like to make a feature request, please read this section.
@@ -36,7 +36,7 @@ The GitHub issue tracker is the preferred channel for library feature requests,
36
36
- Please **search for existing issues** in order to ensure we don't have duplicate bugs/feature requests.
37
37
- Please be respectful and considerate of others when commenting on issues
38
38
39
-
<aname="submit_a_bug_report"></a>
39
+
<aname="submit-a-bug-report"></a>
40
40
## Submit a Bug Report
41
41
42
42
Note: DO NOT include your credentials in ANY code examples, descriptions, or media you make public.
@@ -53,7 +53,7 @@ Before you decide to create a new issue, please try the following:
53
53
54
54
In order to make the process easier, we've included a [sample bug report template](https://github.com/sendgrid/nodejs-http-client/.github/ISSUE_TEMPLATE) (borrowed from [Ghost](https://github.com/TryGhost/Ghost/)). The template uses [GitHub flavored markdown](https://help.github.com/articles/github-flavored-markdown/) for formatting.
55
55
56
-
<aname="improvements_to_the_codebase"></a>
56
+
<aname="improvements-to-the-codebase"></a>
57
57
## Improvements to the Codebase
58
58
59
59
We welcome direct contributions to the nodejs-http-client code base. Thank you!
Generally, we follow the style guidelines as suggested by the official language. However, we ask that you conform to the styles that already exist in the library. If you wish to deviate, please explain your reasoning.
@@ -131,7 +131,8 @@ Please run your code through:
131
131
132
132
-[ESLint](http://eslint.org/) with the standard style guide.
133
133
134
-
## Creating a Pull Request<aname="creating_a_pull_request"></a>
134
+
<aname="creating-a-pull-request"></a>
135
+
## Creating a Pull Request
135
136
136
137
1.[Fork](https://help.github.com/fork-a-repo/) the project, clone your fork,
0 commit comments