Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 900 Bytes

File metadata and controls

25 lines (18 loc) · 900 Bytes

How to contribute

There is few guidlines how to contribute to Crypti project.

Getting Started

  • Submit a ticket for your issue, assuming one does not already exist.
  • Clearly describe the issue including steps to reproduce when it is a bug.
  • Fork the repository on GitHub

Making Changes

  • Create a topic branch from where you want to base your work, prefer to use testnet version
    • This is usually the latest version testnet branch
    • Only target release branches if you are certain your fix must be on that branch.
    • Quickly create a topic branch
  • Use clear comments of your commits
  • Run latest tests via npm test or just run mocha, this is need to do on testnet version

Submitting Changes

  • Push your changes to a topic branch in your fork of the repository.
  • Submit a pull request to us
  • After some review we will merge your changes