From d2e5198b935df2f2a848f519aee196cfb1edd2fa Mon Sep 17 00:00:00 2001 From: Martin Belev Date: Mon, 5 Dec 2016 20:25:20 +0200 Subject: [PATCH] docs(contributing): fix styleguide link and typos (#13198) --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6cc06f0bb1..109cd9fc57 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -57,7 +57,7 @@ We want to fix all the issues as soon as possible, but before fixing a bug we ne - 3rd-party libraries and their versions - and most importantly - a use-case that fails -A minimal reproduce scenario using http://plnkr.co/ allows us to quickly confirm a bug (or point out coding problem) as well as confirm that we are fixing the right problem. If plunker is not a suitable way to demostrate the problem (for example for issues related to our npm packaging), please create a standalone git repository demostrating the problem. +A minimal reproduce scenario using http://plnkr.co/ allows us to quickly confirm a bug (or point out coding problem) as well as confirm that we are fixing the right problem. If plunker is not a suitable way to demonstrate the problem (for example for issues related to our npm packaging), please create a standalone git repository demonstrating the problem. We will be insisting on a minimal reproduce scenario in order to save maintainers time and ultimately be able to fix more bugs. Interestingly, from our experience users often find coding problems themselves while preparing a minimal plunk. We understand that sometimes it might be hard to extract essentials bits of code from a larger code-base but we really need to isolate the problem before we can fix it. @@ -244,7 +244,7 @@ changes to be accepted, the CLA must be signed. It's a quick process, we promise [github]: https://github.com/angular/angular [gitter]: https://gitter.im/angular/angular [individual-cla]: http://code.google.com/legal/individual-cla-v1.0.html -[js-style-guide]: https://google.github.io/styleguide/javascriptguide.xml +[js-style-guide]: https://google.github.io/styleguide/jsguide.html [jsfiddle]: http://jsfiddle.net [plunker]: http://plnkr.co/edit [runnable]: http://runnable.com