mirror of
https://github.com/Instadapp/Swap-Aggregator-Subgraph.git
synced 2024-07-29 21:57:12 +00:00
17 lines
847 B
Markdown
17 lines
847 B
Markdown
# Contributing to graph-cli
|
|
|
|
Welcome to the Graph Protocol! Thanks a ton for your interest in contributing.
|
|
|
|
If you run into any problems feel free to create an issue. PRs are much appreciated for simple things. If it's something more complex we'd appreciate having a quick chat in GitHub Issues or Discord.
|
|
|
|
Join the conversation on our [Discord](https://discord.gg/9a5VCua).
|
|
|
|
Please follow the [Code of Conduct](https://github.com/graphprotocol/graph-node/blob/master/CODE_OF_CONDUCT.md) for all the communications and at events. Thank you!
|
|
|
|
## Commit messages
|
|
|
|
We use the following format for commit messages:
|
|
`{component-name}: {Brief description of changes}`, for example: `cli: Print stacktrace of codegen errors`.
|
|
|
|
If multiple components are being changed list them all like this: `src/cli, src/runtime: Fix accessing EthereumEvent params`
|