Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 894 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

19 lines (13 loc) · 894 Bytes

Proposed changes

Describe the big picture of your changes here to communicate me why I should accept this pull request. If it fixes a bug or resolves a feature request, be sure to add a link to that issue.

Types of changes

What types of changes does your code introduce to eth-graphql?

  • Bugfix (non-breaking changes to fix an issue)
  • New feature (non-breaking changes to add a functionality)
  • Breaking change (fix or feature that would require users of the latest version to potentially make updates to their setup)
  • Documentation update

Checklist

  • I have read the CONTRIBUTING doc
  • TypeScript check (yarn tsc), Lint (yarn lint) and tests (yarn test) pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)