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