gonum.org/v1/gonum@v0.14.0/.github/PULL_REQUEST_TEMPLATE (about)

     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  -->