Skip to content
Nikos Filippakis edited this page Jul 30, 2017 · 1 revision

Contributing to go-dpi is simple! We work on Github, so:

  • Claim an issue for yourself (or create one if you want to work on something that doesn't have an issue)
  • Fork go-dpi
  • Create a branch for your issue
  • Hack away
  • Make a commit that closes the issue
  • Submit a PR via Github

We use gofmt, golint and govet in order to keep the coding style consistent. Besides that, your PR should be green on Travis and should keep the code coverage level the same (or increase it if possible!).

Clone this wiki locally