Skip to content
This repository was archived by the owner on Aug 20, 2020. It is now read-only.

Commit 86ae918

Browse files
author
Matt Bernier
authored
Merge pull request #18 from jppferguson/seo-ness
Update .md files for SEO-ness
2 parents 28442c0 + ce89dee commit 86ae918

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

CONTRIBUTING.md

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
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.
22

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)
99
- [Testing](#testing)
10-
- [Style Guidelines & Naming Conventions](#style_guidelines_and_naming_conventions)
11-
- [Creating a Pull Request](#creating_a_pull_request)
10+
- [Style Guidelines & Naming Conventions](#style-guidelines-and-naming-conventions)
11+
- [Creating a Pull Request](#creating-a-pull-request)
1212

13-
<a name="roadmap"></a>
13+
<a name="roadmap-and-milestones"></a>
1414
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.
1515

16-
<a name="cla"></a>
16+
<a name="clas-and-cclas"></a>
1717
## CLAs and CCLAs
1818

1919
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
2626

2727
There are a few ways to contribute, which we'll enumerate below:
2828

29-
<a name="feature_request"></a>
29+
<a name="feature-request"></a>
3030
## Feature Request
3131

3232
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,
3636
- Please **search for existing issues** in order to ensure we don't have duplicate bugs/feature requests.
3737
- Please be respectful and considerate of others when commenting on issues
3838

39-
<a name="submit_a_bug_report"></a>
39+
<a name="submit-a-bug-report"></a>
4040
## Submit a Bug Report
4141

4242
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:
5353

5454
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.
5555

56-
<a name="improvements_to_the_codebase"></a>
56+
<a name="improvements-to-the-codebase"></a>
5757
## Improvements to the Codebase
5858

5959
We welcome direct contributions to the nodejs-http-client code base. Thank you!
@@ -94,7 +94,7 @@ To run the example:
9494
node ./examples/example.js
9595
```
9696

97-
<a name="understanding_the_codebase"></a>
97+
<a name="understanding-the-codebase"></a>
9898
## Understanding the Code Base
9999

100100
**/examples**
@@ -120,7 +120,7 @@ Run the test:
120120

121121
`mocha`
122122

123-
<a name="style_guidelines_and_naming_conventions"></a>
123+
<a name="style-guidelines-and-naming-conventions"></a>
124124
## Style Guidelines & Naming Conventions
125125

126126
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:
131131

132132
- [ESLint](http://eslint.org/) with the standard style guide.
133133

134-
## Creating a Pull Request<a name="creating_a_pull_request"></a>
134+
<a name="creating-a-pull-request"></a>
135+
## Creating a Pull Request
135136

136137
1. [Fork](https://help.github.com/fork-a-repo/) the project, clone your fork,
137138
and configure the remotes:

0 commit comments

Comments
 (0)