Skip to content

docs: update contributing guidelines to reference TypeScript style guide #31216

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 28, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ To ensure consistency throughout the source code, keep these rules in mind as yo

* All features or bug fixes **must be tested** by one or more specs (unit-tests).
* All public API methods **must be documented**. (Details TBD).
* We follow [Google's JavaScript Style Guide][js-style-guide], but wrap all code at
* We follow [Google's TypeScript Style Guide][ts-style-guide], but wrap all code at
**100 characters**.

## <a name="commit"></a> Commit Message Guidelines
Expand Down Expand Up @@ -271,7 +271,7 @@ changes to be accepted, the CLA must be signed. It's a quick process, we promise
[github]: https://github.com/angular/components
[gitter]: https://gitter.im/angular/material2
[individual-cla]: https://code.google.com/legal/individual-cla-v1.0.html
[js-style-guide]: https://google.github.io/styleguide/jsguide.html
[ts-style-guide]: https://google.github.io/styleguide/tsguide.html
[codepen]: https://codepen.io/
[jsbin]: https://jsbin.com/
[jsfiddle]: https://jsfiddle.net/
Expand Down