Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .pullapprove.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,11 @@ groups:
teams:
- compiler-owners
- repoowners

angular.io:
conditions:
files:
- "angular.io/*"
users:
- IgorMinar
- robwormald
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ There is currently few exception to the "use package name" rule:

* **packaging**: used for changes that change the npm package layout in all of our packages, e.g. public path changes, package.json changes done to all packages, d.ts file/format changes, changes to bundles, etc.
* **changelog**: used for updating the release notes in CHANGELOG.md
* **aio**: used for angular.io changes within the /angular.io directory of the repo
* none/empty string: useful for `style`, `test` and `refactor` changes that are done across all packages (e.g. `style: add missing semicolons`)


Expand Down
8 changes: 8 additions & 0 deletions angular.io/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<html>
<head>
<title>Placeholder for angular.io</title>
</head>
<body>
This page is just a placeholder for angular.io.
</body>
</html>
12 changes: 12 additions & 0 deletions angular.io/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "angular.io",
"version": "0.0.0",
"main": "index.js",
"repository": "git@github.com:angular/angular.git",
"author": "Angular",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"firebase-tools": "^3.2.1"
}
}
Loading