diff --git a/README.md b/README.md index 04163b7b..13c54f2d 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,9 @@ build and run custom transformers as Go plugins can be found ## Contributing Contributions are welcome! -For more on this, please see [here](../documentation-updates/documentation/contributing.md). +VulcanizeDB follows the [Contributor Covenant Code of Conduct](https://www.contributor-covenant.org/version/1/4/code-of-conduct). + +For more information on contributing, please see [here](../documentation/contributing.md). ## License [AGPL-3.0](../staging/LICENSE) © Vulcanize Inc \ No newline at end of file diff --git a/documentation/contributing.md b/documentation/contributing.md index 2dfa2102..369cbd95 100644 --- a/documentation/contributing.md +++ b/documentation/contributing.md @@ -21,3 +21,5 @@ conform to the - Goose automatically runs each migration in a transaction; don't add `BEGIN` and `COMMIT` statements. 1. Core migrations should be committed in their `goose fix`ed form. To do this, run `make version_migrations` which converts timestamped migrations to migrations versioned by an incremented integer. + +VulcanizeDB follows the [Contributor Covenant Code of Conduct](https://www.contributor-covenant.org/version/1/4/code-of-conduct).