https://github.com/angular/angular
Revision a01acec7febf30bdedd7fad2b6c2187886b3e9c0 authored by George Kalpakas on 15 September 2018, 12:44:38 UTC, committed by Kara Erickson on 26 September 2018, 22:26:19 UTC
As it turns out, in GitHub API paginated requests, page numbering is
1-based. (https://developer.github.com/v3/#pagination)

Starting at page 0 (which returns the first page), results in making the
same request twice and logging incorrect numbers (since the first 100
items are listed twice).

PR Close #25671
1 parent 021f434
Raw File
Tip revision: a01acec7febf30bdedd7fad2b6c2187886b3e9c0 authored by George Kalpakas on 15 September 2018, 12:44:38 UTC
fix(docs-infra): use correct parameters for paginated requests to GitHub (#25671)
Tip revision: a01acec
CODE_OF_CONDUCT.md
# Contributor Code of Conduct
## Version 0.3b-angular

As contributors and maintainers of the Angular project, we pledge to respect everyone who contributes by posting issues, updating documentation, submitting pull requests, providing feedback in comments, and any other activities.

Communication through any of Angular's channels (GitHub, Gitter, IRC, mailing lists, Google+, Twitter, etc.) must be constructive and never resort to personal attacks, trolling, public or private harassment, insults, or other unprofessional conduct.

We promise to extend courtesy and respect to everyone involved in this project regardless of gender, gender identity, sexual orientation, disability, age, race, ethnicity, religion, or level of experience. We expect anyone contributing to the Angular project to do the same.

If any member of the community violates this code of conduct, the maintainers of the Angular project may take action, removing issues, comments, and PRs or blocking accounts as deemed appropriate.

If you are subject to or witness unacceptable behavior, or have any other concerns, please email us at [conduct@angular.io](mailto:conduct@angular.io).
back to top