Add Code of Conduct
This commit is contained in:
parent
7d1b334bda
commit
8dc9ddf65e
@ -146,7 +146,9 @@ build and run custom transformers as Go plugins can be found
|
|||||||
## Contributing
|
## Contributing
|
||||||
Contributions are welcome!
|
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
|
## License
|
||||||
[AGPL-3.0](../staging/LICENSE) © Vulcanize Inc
|
[AGPL-3.0](../staging/LICENSE) © Vulcanize Inc
|
@ -21,3 +21,5 @@ conform to the
|
|||||||
- Goose automatically runs each migration in a transaction; don't add `BEGIN` and `COMMIT` statements.
|
- 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
|
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.
|
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).
|
||||||
|
Loading…
Reference in New Issue
Block a user