There is few guidlines how to contribute to Crypti project.
- 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
- 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 testor just runmocha, this is need to do on testnet version
- 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