Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.53 KB

CONTRIBUTING.md

File metadata and controls

39 lines (20 loc) · 1.53 KB

How to contribute to TrueBlocks

Commit and Branching Guidelines

Commit Message Guidelines

Branching Conventions

Did you find a bug?

  • Do not open up a GitHub issue if the bug is a security vulnerability in TrueBlocks. Contact through our website instead.

  • Search for previously reported Issues. If you find something, please add your comments.

  • If you don't find an existing issue, open a new one.

Did you fix a bug?

  • Open a pull request with the patch.

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

  • Before submitting, read Contributing. Please use our coding and testing guidelines.

Did you make a formatting or cosmetic change?

  • We use an automated formatters, therefor formatting-only changes will generally be closed without merging.

Would do have a feature request?

  • Suggest your change by creating a Feature Request and start writing code.

Do you have questions about the source code?

Thanks! ❤️ ❤️ ❤️

TrueBlocks Team