Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.65 KB

CONTRIBUTING.md

File metadata and controls

35 lines (24 loc) · 1.65 KB

Contributing to Gizmo

Gizmo is an open source project started by handful of developers at The New York Times and open to the entire Go community.

We really appreciate your help!

Filing issues

When filing an issue, make sure to answer these five questions:

  1. What version of Go are you using (go version)?
  2. What operating system and processor architecture are you using?
  3. What did you do?
  4. What did you expect to see?
  5. What did you see instead?

General questions should go to the #gizmo channel in the Gopher Slack community instead of the issue tracker. The gophers there will answer or ask you to file an issue if you've tripped over a bug.

Contributing code

Before submitting changes, please follow these guidelines:

  1. Check the open issues and pull requests for existing discussions.
  2. Open an issue to discuss a new feature.
  3. Write tests.
  4. Make sure code follows the 'Go Code Review Comments'.
  5. Make sure your changes pass make test.
  6. Make sure the entire test suite passes locally and on Travis CI.
  7. Open a Pull Request.
  8. Squash your commits after receiving feedback and add a great commit message.

Unless otherwise noted, the Gizmo source files are distributed under the Apache 2.0-style license found in the LICENSE.md file.

Please review our Code of Conduct