/ .github / PULL_REQUEST_TEMPLATE
PULL_REQUEST_TEMPLATE
 1  Please take a look.
 2  
 3  <!--
 4  Checklist:
 5  
 6  - API changes have been discussed
 7  - code is goformated correctly (goimports)
 8  - packages with generated code have had code generation run
 9  - tests pass locally
10  - linked to relevant issues
11  
12  Please make sure your commit message summary line and pull request
13  title match the Go convention; a one-line summary of the change,
14  prefixed by the primary affected package that should complete the
15  sentence, "This change modifies Gonum to _____."
16  
17  Do not delete any of this templated text in the PR description, but
18  feel free to add additional context.
19  -->