Skip to content

Commit 2006f53

Browse files
JimMorrison723thePunderWoman
authored andcommitted
docs: update devtools docs, and add to the list of available commit scope list (angular#44863)
PR Close angular#44863
1 parent c89cf63 commit 2006f53

4 files changed

Lines changed: 11 additions & 7 deletions

File tree

.gitmessage

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ Fixes #<issue number>
106106
# │ └─⫸ Commit Scope: animations|bazel|benchpress|common|compiler|compiler-cli|core|
107107
# │ elements|forms|http|language-service|localize|platform-browser|
108108
# │ platform-browser-dynamic|platform-server|router|service-worker|
109-
# │ upgrade|zone.js|packaging|changelog|docs-infra|migrations|ngcc|ve
109+
# │ upgrade|zone.js|packaging|changelog|docs-infra|migrations|ngcc|ve|
110+
# │ devtools
110111
# │ https://github.com/angular/angular/blob/master/CONTRIBUTING.md#scope
111112
# │
112113
# └─⫸ Commit Type: build|ci|docs|feat|fix|perf|refactor|style|test

CONTRIBUTING.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,8 @@ The `footer` is optional. The [Commit Message Footer](#commit-footer) format des
246246
│ └─⫸ Commit Scope: animations|bazel|benchpress|common|compiler|compiler-cli|core|
247247
│ elements|forms|http|language-service|localize|platform-browser|
248248
│ platform-browser-dynamic|platform-server|router|service-worker|
249-
│ upgrade|zone.js|packaging|changelog|docs-infra|migrations|ngcc|ve
249+
│ upgrade|zone.js|packaging|changelog|docs-infra|migrations|ngcc|ve|
250+
│ devtools
250251
251252
└─⫸ Commit Type: build|ci|docs|feat|fix|perf|refactor|test
252253
```
@@ -309,6 +310,8 @@ There are currently a few exceptions to the "use package name" rule:
309310
310311
* `ve`: used for changes specific to ViewEngine (legacy compiler/renderer).
311312
313+
* `devtools`: used for changes in the [browser extension](./devtools/README.md).
314+
312315
* none/empty string: useful for `test` and `refactor` changes that are done across all packages (e.g. `test: add missing unit tests`) and for docs changes that are not related to a specific package (e.g. `docs: fix typo in tutorial`).
313316
314317

devtools/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ You can file new issues by filling out our [new issue form](https://github.com/r
6363

6464
Before you submit your Pull Request (PR) consider the following guidelines:
6565

66-
- Search [GitHub](https://github.com/rangle/angular-devtools/pulls) for an open or closed PR
66+
- Search [GitHub](https://github.com/angular/angular) for an open or closed PR
6767
that relates to your submission. You don't want to duplicate effort.
6868
- [Fork](https://docs.github.com/en/github/getting-started-with-github/fork-a-repo) the rangle/angular-devtools repo.
6969
- In your forked repository, make your changes in a new git branch:
@@ -224,6 +224,6 @@ reference GitHub issues that this commit **Closes**.
224224
225225
A detailed explanation can be found in this [document][commit-message-format].
226226
227-
[github]: https://github.com/rangle/angular-devtools
227+
[github]: https://github.com/angular/angular
228228
[gitter]: https://gitter.im/angular/angular
229229
[stackoverflow]: http://stackoverflow.com/questions/tagged/angular-devtools

devtools/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ Angular DevTools supports Angular v9 and above, with Ivy enabled.
3636
To setup your local development environment for Angular DevTools, perform the following steps:
3737

3838
```bash
39-
git clone git://github.com/rangle/angular-devtools
40-
cd angular-devtools
39+
git clone git://github.com/angular/angular
40+
cd angular
4141
yarn
42-
yarn start
42+
yarn run devtools:devserver
4343
```
4444

4545
### Build and Install on Chrome locally

0 commit comments

Comments
 (0)