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!
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