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

     1  # Contributing to gosimple
     2  
     3  ## Before filing an issue:
     4  
     5  ### Are you having trouble building gosimple?
     6  
     7  Check you have the latest version of its dependencies. Run
     8  ```
     9  go get -u github.com/golangci/go-tools/simple
    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 gosimple? Make sure to carefully read `README`.