Swap-Aggregator-Subgraph/node_modules/@graphprotocol/graph-cli/CONTRIBUTING.md
Richa-iitr d211083153 Revert "Revert "added handler""
This reverts commit c36ee8c5ca.
2022-07-03 07:30:05 +05:30

847 B

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.

Please follow the Code of Conduct 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