Thank you for considering making contributions to the Cosmos modules repositories!
To get your module added to this repo make sure you meet the following requirements:
- Your module has a unique name from any other module in the
cosmos/modulesrepository - Your module contains a
LICENSEANDREADME - Your module has thorough documentation in a
docs/subfolder - Your module has its own
go.modandgo.sumfiles - Your module has unit tests along with a
simapp.goandsim_test.gofor fuzz testing - Your module contains a
CODEOWNERS.mdfile
To make an issue or pull request to a specific module (e.g. modules/poa), prefix the issue/pr name with the module in question. For example, we can create a PR to update SDK version in poa module like so, poa: update SDK version.