mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
5301711b4e
(cherry picked from commit 19aa1eb95e)
812 B
812 B
This is the source code for the Angular framework. This guide outlines standard practices for AI agents working in this repository.
Environment
- Use
pnpmfor package management. - Use
pnpm bazel test //targetto run tests. Do not useng test, or justbazel
Key Documentation
- Building and Testing: definitive guide for running targets.
- Coding Standards: style guide for TypeScript and other files.
- Commit Guidelines: format for commit messages and PR titles.
Pull Requests
- Use the
ghCLI (GitHub CLI) for creating and managing pull requests. - Avoid using browser tools for PR operations when possible to maintain workflow efficiency.