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/modules
repository - Your module contains a
LICENSE
ANDREADME
- Your module has thorough documentation in a
docs/
subfolder - Your module has its own
go.mod
andgo.sum
files - Your module has unit tests along with a
simapp.go
andsim_test.go
for fuzz testing - Your module contains a
CODEOWNERS.md
file
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
.