github.com/psrajat/prototool@v1.3.0/.github/PULL_REQUEST_TEMPLATE.md (about)

     1  Thanks for your pull request! We really appreciate all OSS efforts, big or small.
     2  
     3  Before submitting, make sure to:
     4  
     5  - Review the issue template at https://github.com/uber/prototool/blob/dev/.github/ISSUE_TEMPLATE.md for
     6    general guidance on filing Prototool requests.
     7  - Run `make init` if you have not already to download dependencies to `vendor`.
     8  - Run `make generate` to make sure there is no diff.
     9  - Run `make` to make sure all tests pass. This is functionally equivalent to the tests run on CI.
    10  
    11  PRs will not be properly evaluated until they pass CI - we've done what we can to make this easy
    12  to replicate locally, and we apologize if this comes across as impersonal. Our goal is to streamline
    13  Prototool development and make sure everyone is on the same page here.
    14  
    15  Please do not @ individual maintainers in the description! We appreciate it.