Kam
a6d6842467
docs: fix typos and grammar errors across documentation
...
Fix various typos, misspellings, and grammar issues across contributing
docs, adev content guides, and agent skills documentation.
- "an minimum" → "a minimum" (CONTRIBUTING.md)
- "GitHub accounts" → "GitHub account" (CONTRIBUTING.md)
- "decendants" → "descendants" (components/styling.md)
- "templates are using" → "templates is using" (hydration.md)
- "A automated" → "An automated" (branches-and-versioning.md)
- "Github" → "GitHub" (branches-and-versioning.md, commit-message-guidelines.md)
- "practices makes" → "practice makes" (caretaking.md)
- "corresponds" → "correspond" (triage-and-labelling.md)
- "one a line" → "a line" (documentation-authoring.md)
- "straight forward" → "straightforward" (using-fixup-commits.md)
- "or you decide" → "or you can decide" (anatomy-of-components.md)
- "whenver" → "whenever" (angular-new-app/SKILL.md)
(cherry picked from commit 4739bde9fb )
2026-04-08 16:40:51 +00:00
Jessica Janiuk
ce4ddf4b47
docs: Update contributing guidelines
...
This commit updates the CONTRIBUTING.md file to provide clearer
guidelines for new contributors, including sections on code style,
testing, and the pull request process.
2025-12-08 09:06:25 -08:00
Alan Agius
26fed34e0e
build: format md files
...
This commit configures prettier to format markdown files.
2025-11-06 10:03:05 -08:00
lilbeqiri
85fe323c4e
refactor(devtools): inject number and symbol values with injection tokens ( #56898 )
...
Handle injecting number and symbol values with injection tokens and update contributing file
PR Close #56898
2025-06-25 17:02:54 +00:00
Juhmer-Tena
9a124c8b5d
docs: fix commit message guideline link ( #60296 )
...
Fixes the link for the commit message guideline in CONTRIBUTING.md
pointing to the building and testing angular guide instead of the
commit message guidelines
Fixes #60925
PR Close #60296
2025-03-11 11:08:23 -07:00
kirjs
390139e3e1
docs: address comments ( #58786 )
...
PR Close #58786
2025-03-04 19:35:54 +00:00
kirjs
7ecaffc008
docs: move commit message guidelies to a separate file ( #58786 )
...
PR Close #58786
2025-03-04 19:35:54 +00:00
RafaelJCamara
c51acc3a3a
docs: update contributing guidelines to reference TypeScript style guide ( #59282 )
...
PR Close #59282
2025-01-06 17:27:28 +00:00
Joey Perrott
9fced64146
ci: remove circleci as we no longer rely on it ( #58615 )
...
Remove CircleCI artifacts and configuration
PR Close #58615
2024-11-12 18:39:25 +00:00
Ingila Ejaz
607ea4b67e
docs: add fork url in contribution guidelines for new contributors ( #57837 )
...
Clicking a clickable repo url in the contribution guide would make it simpler for new contributors to find the repository
PR Close #57837
2024-09-17 15:23:34 +02:00
danielbulic
ada67a34f2
docs: fix link of DEVELOPER.md in CONTRIBUTING.md ( #57775 )
...
PR Close #57775
2024-09-11 18:55:21 +00:00
sihyunjojo
2a71f056b8
docs: change code formatting for better readability ( #56974 )
...
This change improves the consistency and visibility of the documentation by using backticks for code formatting in the instructions.
PR Close #56974
2024-07-15 12:05:43 -07:00
Joey Perrott
0bd55a684f
refactor(docs-infra): complete removal of aio directory ( #56496 )
...
Finish removal of aio directory as it is no longer used or relied upon.
PR Close #56496
2024-06-18 12:26:00 -07:00
Jeremy Elbourn
f0fbced1c5
docs: update and reorganize contributor docs ( #56141 )
...
* Move from `docs/` to `contributing-docs/`
* Updated file names to better communicate their content
* Consolidated content into fewer docs
* Updated and/or deleted obsolete info
PR Close #56141
2024-06-11 08:20:59 -07:00
Joey Perrott
fd544159e3
ci: complete migration to prettier formatting ( #55580 )
...
Format the remaining unformatted files in the repository
PR Close #55580
2024-04-29 14:00:16 -07:00
Allan Barrantes
fac8d34edc
docs: remove broken link from CONTRIBUTING.md ( #54953 )
...
PR Close #54953
2024-03-28 15:06:56 -07:00
Chinmay Chandak
92113d73dd
docs: Fix misspelling in note of git commit --all ( #51735 )
...
In note of `git commit --all` command optional `-a` changed to `--all`
PR Close #51735
2023-09-12 12:25:42 -07:00
Alan Agius
48aa96ea13
refactor: remove Angular Compatibility Compiler (ngcc) ( #49101 )
...
This commit removes the NGCC code and all the related infra setup required to support it.
BREAKING CHANGE: Angular Compatibility Compiler (ngcc) has been removed and as a result Angular View Engine libraries will no longer work
PR Close #49101
2023-02-16 16:01:17 -08:00
vyom
2095a08781
docs: fix grammar issues in various markdown files ( #47200 )
...
Fixes grammar issues in various markdown files, like the `CHANGELOG.md`
PR Close #47200
2022-08-22 10:54:56 -07:00
Paul Gschwendtner
5dd9d4ae01
build: account for rename of angular/code-of-conduct default branch ( #46640 )
...
We just renamed the Angular code of conduct repository default branch
to `main`. This repository was not part of the large migration and is
now handled separately as a little clean-up.
PR Close #46640
2022-06-30 12:44:05 -07:00
Paul Gschwendtner
68a6a075f4
build: clean up references to old master branch ( #45856 )
...
Cleans up all references to the `master` branch we renamed to
`main` across Angular.
PR Close #45856
2022-05-04 16:23:33 -07:00
JimMorrison723
2006f53b48
docs: update devtools docs, and add to the list of available commit scope list ( #44863 )
...
PR Close #44863
2022-02-01 21:28:09 +00:00
ericcheng2005
2189c1011b
docs: fixed minor grammar mistakes in CONTRIBUTING ( #43684 )
...
PR Close #43684
2021-10-21 18:39:58 +00:00
Joey Perrott
9f40d2a0ea
ci: remove browserstack configuration ( #43881 )
...
Remove browserstack configuration from the repo as it is not used for our CI.
PR Close #43881
2021-10-18 15:00:22 -07:00
George Kalpakas
7aea5256de
docs: update commit message guidelines to reflect current requirements ( #43650 )
...
Update the commit message guidelines in `CONTRIBUTING.md` to reflect
recent changes in our dev-infra tooling:
- Remove the mention of the 100 chars/line limit, since that is
[no longer in effect][1].
- Mention Deprecation sections:
According to our [Deprecation practices][2], we should document
deprecations in the Changelog, which our tooling supports via
[DEPRECATED][3] sections in commit messages. Yet this was not
mentioned in the commit message guidelines.
[1]: https://github.com/angular/angular/blob/a07cb097e9124738880f7978658a2972d25b892e/.ng-dev/commit-message.ts#L7
[2]: https://angular.io/guide/releases#deprecation-practices
[3]: https://github.com/angular/dev-infra/blob/b51360a7cc39cb3deb5ae1bf0bfb121fe7ee0a4e/ng-dev/commit-message/parse.ts#L77
PR Close #43650
2021-10-01 08:55:01 -07:00
Joey Perrott
81e4257761
build: remove dev-infra directory and migrate to relying on @angular/dev-infra-private-builds ( #43061 )
...
Remove the dev-infra directory and complete the migration to using the code generated by the
angular/dev-infra repository.
PR Close #43061
2021-08-16 10:44:27 -07:00
Yvonne Allen
65f7d5380d
docs: add link to fork repo how-to ( #41266 )
...
add a link from github doc on how to fork a repo.
this will enhance user experience for users new to github by putting the information on how to fork a repo at their finger tips without them having to do additional work to search for it.
PR Close #41266
2021-03-23 11:22:31 -07:00
mgechev
88fbc06677
docs: add an exception for accepting contributions ( #39611 )
...
PR Close #39611
2020-11-24 08:40:22 -08:00
Marcono1234
3e1e5a15ba
docs: update links to use HTTPS as protocol ( #39718 )
...
PR Close #39718
2020-11-20 12:52:16 -08:00
Marcono1234
b0c4ecf563
docs: improve commit message format documentation ( #39705 )
...
PR Close #39705
2020-11-16 09:08:57 -08:00
Marcono1234
2eae0c2ebb
docs: fix malformed anchor in CONTRIBUTING.md ( #39705 )
...
PR Close #39705
2020-11-16 09:08:57 -08:00
Michael Ziluck
8af32fcb16
docs(forms): update ngModel documentation ( #39481 )
...
This commit improves the ngModel docs, specifically:
- clarifies purpose of the name attribute in ngModelOptions
- clarifies on the interaction with a parent form or lack thereof
- fix inconsistency with analogy for two-way binding
- cleans up some typos and extra wordiness
- clarifies language around common properties
- adds missing preposition to commit message format origins
PR Close #39481
2020-10-29 11:18:54 -07:00
Arnaud Bernard
ef2d07fdd1
docs: remove style commit type from CONTRIBUTING.md ( #39357 )
...
Commit type Style is still present in Commiit Message Header while it shouldn't
PR Close #39357
2020-10-21 08:25:30 -07:00
Alex Okrushko
c6350116b5
docs: add Discord as an official communication channel ( #39149 )
...
PR Close #39149
2020-10-14 10:23:15 -07:00
George Kalpakas
4cc5982e58
docs: add linkable section about updating commit messages in CONTRIBUTING.md ( #39215 )
...
A common review request is updating the commit message of a commit.
Since this is something that is not straight forward for inexperienced
contributors, it is useful to be able to point a contributor to some
docs outlining the process.
This commit adds such a section in `CONTRIBUTING.md` (as discussed in
https://github.com/angular/angular/pull/39110#discussion_r499935502 ).
PR Close #39215
2020-10-12 08:26:09 -07:00
George Kalpakas
6e0a8eb268
docs: add info about working with fixup commits ( #39110 )
...
Using fixup commits when addressing review feedback can considerably
improve the review experience on subsequent reviews.
This commit adds information and guidelines for contributors on how to
work with fixup commits.
Fixes #33042
PR Close #39110
2020-10-06 08:38:35 -07:00
Joey Perrott
93c3d8f9fd
fix(platform-webworker): remove platform-webworker and platform-webworker-dynamic ( #38846 )
...
Remove @angular/platform-webworker and @angular/platform-webworker-dynamic
as they were deprecated in v8
BREAKING CHANGE: @angular/platform-webworker and @angular/platform-webworker-dynamic
have been removed as they were deprecated in v8
PR Close #38846
2020-09-30 09:13:59 -04:00
Juan José Arboleda
c1bc070b40
refactor(dev-infra): remove style type from commit style guide ( #38639 )
...
The `style` commit type is not part of the commit parser config,
it should be removed from the documentation.
PR Close #38639
2020-08-31 08:40:14 -07:00
Igor Minar
72d6032fa4
docs: reformat and update CONTRIBUTING.md ( #37951 )
...
This doc is very old and rusty. I'm reformatting it to follow the one-setence-per-line rule.
I also updated a few sections, since they were either poorly written or obsolete.
PR Close #37951
2020-07-13 09:23:03 -07:00
Igor Minar
53d4859f48
build: add .gitmessage file with commit message template ( #37951 )
...
Git provides a way to create a commit message template via the `.gitmessage` file.
Introduce an Angular-specific .gitmessage template based on the original Commit Message Guidelines.
https://github.com/angular/angular/blob/master/CONTRIBUTING.md#-commit-message-guidelines
If this template workflow is proven in practice, we can move the commit message guidelines into the
.gitmessage file to prevent duplication of the content.
This change is a follow up on #37949 and is inspired by info found in the following blog post:
https://thoughtbot.com/blog/better-commit-messages-with-a-gitmessage-template
PR Close #37951
2020-07-13 09:23:03 -07:00
nitinknolder
d0437b3be0
docs: fix grammatical errors in developer docs ( #37633 )
...
The CONTRIBUTOR and DEVELOPER markdown docs contained a few typos
and grammatical errors, which are fixed in this commit.
PR Close #37633
2020-06-18 16:04:58 -07:00
David Shevitz
c1fdfd4f14
docs: update CONTRIBUTING.md with info about major docs changes ( #35238 )
...
The goal of this change is to clarify definition of major feature submissions to include writing new topics for the docs.
PR Close #35238
2020-06-15 09:05:16 -07:00
Paul Gschwendtner
bd9c1e6cfc
build: add commit message scope for migration changes ( #36390 )
...
This is a proposal commit that adds a separate scope for
migration changes. The motiviation is that migrations aren't
necessarily always affecting `@angular/core`, but are just
stored in the core package for a canonical location when
someone runs `ng update`. Additionally, it rather seems confusing in the
changelog if migration changes are listed under `core`.
PR Close #36390
2020-06-10 12:03:45 -07:00
Joey Perrott
13495c64f7
docs(dev-infra): update triage and contributing docs for dev-infra ( #35995 )
...
PR Close #35995
2020-03-10 21:02:17 -04:00
George Kalpakas
2e728f7fff
docs: remove ivy and mention ve label in docs ( #35809 )
...
This is a follow-up to #35799 .
PR Close #35809
2020-03-04 08:34:54 -08:00
Judy Bogart
a00f82797b
docs: document golden file requirement ( #33900 )
...
PR Close #33900
2020-01-07 10:58:53 -08:00
Ali Mirlou
852746e032
docs: fix some mistakes ( #34637 )
...
PR Close #34637
2020-01-07 10:51:17 -08:00
Atef Ben Ali
2089727db9
docs: add missing parenthesis ( #31041 )
...
PR Close #31041
2019-10-07 11:02:33 -07:00
George Kalpakas
3cf2005a93
build: add ngcc as a valid commit message scope ( #32144 )
...
PR Close #32144
2019-08-15 10:33:36 -07:00
Paul Gschwendtner
2be061a96e
docs: add "ivy" and "zone.js" to known scopes in contributing guide ( #31291 )
...
Currently the contributing guide misses entries for the `ivy` and `zone.js`
scopes. This commit adds these to the contributing guide as it is useful
for new contributors to know which scopes are supported.
PR Close #31291
2019-06-26 13:30:23 -07:00