Skip to content

Commit 01b04a3

Browse files
author
katowulf
authored
docs: Clean up table of contents for our contributor guide.
Clean up table of contents for our contributor guide.
1 parent 5d0c552 commit 01b04a3

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

CONTRIBUTING.md

+15-7
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,15 @@ today! As a contributor, here are the guidelines we would like you to follow:
99
- [Feature Requests](#feature)
1010
- [Initial Setup](#setup)
1111
- [Submission Guidelines](#submit)
12-
- [Coding Rules][rules] (external link)
13-
- [Commit Message Guidelines][commit] (external link)
14-
- [Signing the CLA](#cla)
12+
- [Submitting an Issue](#submit-issue)
13+
- [Submitting a Pull Request](#submit-pr)
14+
- [Before you submit](#submit-before)
15+
- [How to submit](#submit-how)
16+
- [Deploying docs](#submit-docs)
17+
- Appendix
18+
- [Coding Rules][rules] (external link)
19+
- [Commit Message Guidelines][commit] (external link)
20+
- [Signing the CLA](#cla)
1521

1622
## <a name="coc"></a> Code of Conduct
1723

@@ -83,7 +89,7 @@ You can file new issues by providing the above information [here](https://github
8389

8490
### <a name="submit-pr"></a> Submitting a Pull Request (PR)
8591

86-
#### Before you submit:
92+
#### <a name="submit-before"></a> Before you submit:
8793

8894
* Ensure proposed changes or problem have already been clearly defined and
8995
discussed in the issue tracker. We don't want you to burn time on code
@@ -92,8 +98,10 @@ You can file new issues by providing the above information [here](https://github
9298
that relates to your submission. You don't want to duplicate effort.
9399
* Please sign our [Contributor License Agreement (CLA)](#cla) before sending PRs.
94100
We cannot accept code without this.
101+
* Review our [Coding Rules][rules] (external link)
102+
* Review our [Commit Message Guidelines][commit] (external link)
95103

96-
#### How to submit:
104+
#### <a name="submit-how"></a> How to submit:
97105

98106
* Create your patch, **including appropriate test cases**.
99107
* Follow the [Angular Coding Rules][rules].
@@ -127,7 +135,7 @@ You can file new issues by providing the above information [here](https://github
127135

128136
That's it! Thank you for your contribution!
129137
130-
#### Deploying Docs
138+
#### <a name="submit-docs"></a> Deploying Docs
131139
132140
1) Build the docs
133141
@@ -170,4 +178,4 @@ changes to be accepted, the CLA must be signed. It's a quick process, we promise
170178
[commit]: https://github.com/angular/angular/blob/master/CONTRIBUTING.md#-commit-message-guidelines
171179
[angular-group]: https://groups.google.com/forum/#!forum/angular
172180
[firebase-group]: https://groups.google.com/forum/#!forum/firebase-talk
173-
[github-fork]: https://help.github.com/articles/fork-a-repo/
181+
[github-fork]: https://help.github.com/articles/fork-a-repo/

0 commit comments

Comments
 (0)