Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 1.34 KB

CONTRIBUTING.md

File metadata and controls

30 lines (16 loc) · 1.34 KB

How to contribute to go-bt

Did you find a bug?

  • Do not open up a GitHub issue if the bug is a security vulnerability in go-bt, and instead to refer to our security policy.

  • Ensure the bug was not already reported by searching on GitHub under Issues.

  • If you're unable to find an open issue addressing the problem, open a new one. Be sure to to follow our issues template as much as possible.

Did you write a patch that fixes a bug?

  • Open a new GitHub pull request with the patch.

  • Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.

  • Before submitting, please make sure you continue reading this guide to know more about coding conventions and benchmarks.

Do you have questions about the source code?

  • Ask any question about how to use LiBSV/go-bt on stackoverflow using the libsv or go-bt tag. We try to be as responsive as possible.

LiBSV/go-bt is a volunteer effort. We encourage you to pitch in and interact with the project!

Thanks! ❤️

Libsv Team

Inspired from Ruby on Rails CONTRIBUTING.MD