You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository runs tests on Travis CI and AppVeyor. Although checking commit message, no one provides specific scopes in CONTRIBUTING.md.
Scope
The scope could be anything specifying place of the commit change. For example Compiler, ElementInjector, etc.
Actually validate-commit-message.js checks scopes. If someone write wrong scopes in commit message, Travis CI and AppVeyor will fail. (me, too. at build #6536)
It's about time to provide specific scopes in CONTRIBUTING.md.
It looks like below.
### Scope
The scope could be anything specifying place of the commit change.
* @angular/cli
* @ngtools/json-schema
* @ngtools/logger
* @ngtools/webpack
* packaging
* changelog
Any thought?
The text was updated successfully, but these errors were encountered:
This repository runs tests on Travis CI and AppVeyor. Although checking commit message, no one provides specific scopes in CONTRIBUTING.md.
Actually validate-commit-message.js checks scopes. If someone write wrong scopes in commit message, Travis CI and AppVeyor will fail. (me, too. at build #6536)
It's about time to provide specific scopes in CONTRIBUTING.md.
It looks like below.
Any thought?
The text was updated successfully, but these errors were encountered: