Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 667 Bytes

File metadata and controls

21 lines (13 loc) · 667 Bytes

Contributing to Go

GoHTML is an open source project.

It might be the work of hundreds of contributors. We appreciate your help!

Contributing code

User must create a branch that matches this pattern users/**/* and should make a PR.

Before filing an issue

If you are sure you have found a bug and the behavior you are seeing is confirmed as a bug or issue, it can easily be re-raised in the issue tracker.

Filing issues

The recommended way to file an issue is by filing an issue, make sure to answer these five questions:

  1. What version of GoHTML are you using ?
  2. What did you do?
  3. What did you expect to see?
  4. What did you see instead?