Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.5 KB

CONTRIBUTING.md

File metadata and controls

27 lines (16 loc) · 1.5 KB

How to contribute to the OmiseGO's projects

Welcome to one of OmiseGO's open source projects! We welcome contributions in all kinds and shapes: code, documentation, bug reports, feedbacks... But before opening your first issue or PR, please read through this document.

Did you find a bug?

  • Do not create issues for security vulnerabilities. We are currently setting up a bounty program for those. In the meantime, you can get in touch with us via email.
  • For other bugs, first, ensure that the bug you found has not been reported yet. To do so, you can search under issues.
  • Open a new issue if you didn't find an existing one. Follow the issue template and be as specific as possible.

Did you write a patch that fixes a bug?

  • Open a Pull Request.
  • Describe the problem and solution. Add link to issue if any.
  • Read the coding conventions.

Do you intend to add a new feature or change an existing one?

  • Do not open an issue right away. First, get in touch with us through Rocket Chat. Once you get the green light to work on something, create an issue to describe the whole idea.

Do you have questions about the source code?

Thanks!

The OmiseGO Team