@@ -9,9 +9,15 @@ today! As a contributor, here are the guidelines we would like you to follow:
9
9
- [ Feature Requests] ( #feature )
10
10
- [ Initial Setup] ( #setup )
11
11
- [ 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 )
15
21
16
22
## <a name =" coc " ></a > Code of Conduct
17
23
@@ -83,7 +89,7 @@ You can file new issues by providing the above information [here](https://github
83
89
84
90
### <a name =" submit-pr " ></a > Submitting a Pull Request (PR)
85
91
86
- #### Before you submit:
92
+ #### < a name = " submit-before " ></ a > Before you submit:
87
93
88
94
* Ensure proposed changes or problem have already been clearly defined and
89
95
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
92
98
that relates to your submission. You don't want to duplicate effort.
93
99
* Please sign our [ Contributor License Agreement (CLA)] ( #cla ) before sending PRs.
94
100
We cannot accept code without this.
101
+ * Review our [ Coding Rules] [ rules ] (external link)
102
+ * Review our [ Commit Message Guidelines] [ commit ] (external link)
95
103
96
- #### How to submit:
104
+ #### < a name = " submit-how " ></ a > How to submit:
97
105
98
106
* Create your patch, ** including appropriate test cases** .
99
107
* Follow the [ Angular Coding Rules] [ rules ] .
@@ -127,7 +135,7 @@ You can file new issues by providing the above information [here](https://github
127
135
128
136
That' s it! Thank you for your contribution!
129
137
130
- #### Deploying Docs
138
+ #### <a name="submit-docs"></a> Deploying Docs
131
139
132
140
1) Build the docs
133
141
@@ -170,4 +178,4 @@ changes to be accepted, the CLA must be signed. It's a quick process, we promise
170
178
[commit]: https://github.com/angular/angular/blob/master/CONTRIBUTING.md#-commit-message-guidelines
171
179
[angular-group]: https://groups.google.com/forum/#!forum/angular
172
180
[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