Thanks for your interest. This document includes guides and steps how to setup the local environment and make pull requests.
- Install Go. Visit Download and install for more information.
- Running
go run main.go
will automatically download the dependencies and execute the program.
This repository leverages pre-commit to run custom git hooks.
-
Install the git hooks
$ pre-commit install
Each time that you make a commit, it will run all the git hooks specified in .pre-commit-config.yaml
.
Each pull request requires a changelog entry. This can be generated by running:
$ make changelog
Please use the proper commit message format as elaborated by the AngularJS team.
All pull requests without proper commit message will be rejected.