Section 4 Maintaining Code
4.1 Packages and other Tools
4.1.1 Ownership
Each actively used package should be assigned a maintainer, who will be responsible for monitoring bug reports, feature requests, etc. submitted through Github or directly from users.
4.1.2 Issues
Submit any bugs, feature requests, etc in the “issues” section of Github repository for a package, even if you discuss the issue outside of this context, and even if you intend to implement an update yourself. The package maintainer will be responsible for triaging and delegating maintenance using the Github Issues interface.
Any code changes in response to a Github Issue should be noted in that issue (either linking to the commit or pull request). Pull requests that make significant changes should go through code review (see the section on reviewing code).