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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -32,12 +32,13 @@ project.
32
32
33
33
## Want a Doc Fix?
34
34
If you want to help improve the docs, it's a good idea to let others know what you're working on to
35
-
minimize duplication of effort. Before starting, check out the issue queue for [Milestone:Docs Only with label type:docs](https://github.com/angular/angular.js/issues?labels=type%3A+docs&milestone=24&state=open).
35
+
minimize duplication of effort. Before starting, check out the issue queue for [Milestone:Docs Only](https://github.com/angular/angular.js/issues?milestone=24&state=open).
36
36
Comment on an issue to let others know what you're working on, or create a new issue if your work
37
-
doesn't fit within the scope of any of the exisitng doc fix projects.
37
+
doesn't fit within the scope of any of the existing doc fix projects.
38
38
39
39
For large fixes, please build and test the documentation before submitting the PR to be sure you haven't
40
-
accidentally introduced any layout or formatting issues.
40
+
accidentally introduced any layout or formatting issues.You should also make sure that your commit message
41
+
is labeled "docs:" and follows the **Git Commit Guidelines** outlined below.
41
42
42
43
If you're just making a small change, don't worry about filing an issue first. Use the friendly blue "Improve this doc" button at the top right of the doc page to fork the repository in-place and make a quick change on the fly.
0 commit comments