From 406db413247f868d2f48be27ff22d2bce82fd1d1 Mon Sep 17 00:00:00 2001 From: Vojta Jina Date: Thu, 30 Oct 2014 23:53:20 +0100 Subject: [PATCH 01/55] WIP: rename to *.ats --- modules/rtts_assert/src/{rtts_assert.es6 => rtts_assert.ats} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename modules/rtts_assert/src/{rtts_assert.es6 => rtts_assert.ats} (100%) diff --git a/modules/rtts_assert/src/rtts_assert.es6 b/modules/rtts_assert/src/rtts_assert.ats similarity index 100% rename from modules/rtts_assert/src/rtts_assert.es6 rename to modules/rtts_assert/src/rtts_assert.ats From d45451b8bb70216baaebf0de049668c993a74d5a Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Tue, 8 Dec 2015 16:26:28 -0800 Subject: [PATCH 02/55] docs(contributing.md): add docs for "build" commit type Our build system is pretty complicated and we have many commits that touch it. For this reason these kids of changes warrant its own type. --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 99ebe7ed45475..e22ad4831f336 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -175,9 +175,9 @@ Must be one of the following: semi-colons, etc) * **refactor**: A code change that neither fixes a bug nor adds a feature * **perf**: A code change that improves performance -* **test**: Adding missing tests -* **chore**: Changes to the build process or auxiliary tools and libraries such as documentation - generation +* **test**: Adding missing tests or correcting existing tests +* **build** Changes that affect the build system, CI configuration or external dependencies (example scopes: gulp, broccoli, npm) +* **chore**: Other changes that don't modify `src` or `test` files ### Scope The scope could be anything specifying place of the commit change. For example From ad1cd79faecf8abbffa270beba522b1cfe06603a Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Mon, 14 Dec 2015 16:19:22 -0800 Subject: [PATCH 03/55] docs(contributing.md): improve submit issue instructions --- CONTRIBUTING.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e22ad4831f336..b8da1f04776b1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -48,14 +48,18 @@ features, by not reporting duplicate issues. Providing the following informatio chances of your issue being dealt with quickly: * **Overview of the Issue** - if an error is being thrown a non-minified stack trace helps -* **Motivation for or Use Case** - explain why this is a bug for you +* **Angular Version** - what version of Angular is affected (e.g. 2.0.0-alpha.53) +* **Motivation for or Use Case** - explain what are you trying to do and why the current behavior is a bug for you * **Browsers and Operating System** - is this a problem with all browsers? * **Reproduce the Error** - provide a live example (using [Plunker][plunker], - [JSFiddle][jsfiddle] or [Runnable][runnable]) or a unambiguous set of steps. + [JSFiddle][jsfiddle] or [Runnable][runnable]) or a unambiguous set of steps * **Related Issues** - has a similar issue been reported before? * **Suggest a Fix** - if you can't fix the bug yourself, perhaps you can point to what might be causing the problem (line of code or commit) +You can file new issues by providing the above information [here](https://github.com/angular/angular/issues/new). + + ### Submitting a Pull Request (PR) Before you submit your Pull Request (PR) consider the following guidelines: From 3417c31737070a15856d1545bd3ed2a8875a1b90 Mon Sep 17 00:00:00 2001 From: usernamealreadyis Date: Sun, 20 Dec 2015 12:41:00 +0700 Subject: [PATCH 04/55] Update README.md param:injector ; hide:param ; close:propose :+1 From d116861c8e884d911f15b8caabeefc6f049c775d Mon Sep 17 00:00:00 2001 From: Victor Berchet Date: Tue, 22 Dec 2015 09:20:18 -0800 Subject: [PATCH 05/55] fix(CHANGELOG): typo fixes #6075 Closes #6078 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9abcb3c7a24cf..640f797b1f9e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -154,7 +154,7 @@ Use imports from `angular2/compiler` instead. `, -