github.com/golangci/go-tools@v0.0.0-20190318060251-af6baa5dc196/staticcheck/CONTRIBUTING.md (about)

     1  # Contributing to staticcheck
     2  
     3  ## Before filing an issue:
     4  
     5  ### Are you having trouble building staticcheck?
     6  
     7  Check you have the latest version of its dependencies. Run
     8  ```
     9  go get -u github.com/golangci/go-tools/staticcheck
    10  ```
    11  If you still have problems, consider searching for existing issues before filing a new issue.
    12  
    13  ## Before sending a pull request:
    14  
    15  Have you understood the purpose of staticcheck? Make sure to carefully read `README`.