github.com/apex/up@v1.7.1/.github/PULL_REQUEST_TEMPLATE.md (about)

     1  Open an issue and discuss changes before spending time on them, unless the change is trivial or an issue already exists.
     2  
     3  Use "VERB some thing here. Closes #n" to close the relevant issue, where VERB is one of:
     4  
     5    - add
     6    - remove
     7    - change
     8    - refactor
     9  
    10  If the change is documentation related prefix with "docs: ", as these are filtered from the changelog.
    11  
    12    docs: add ~/.aws/config
    13  
    14  Run `dep ensure` if you introduce any new `import`'s so they're included in the ./vendor dir.