An enterprise-grade Java-based, Apache 2.0 licensed Ethereum client https://wiki.hyperledger.org/display/besu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
besu/.github/pull_request_template.md

1.9 KiB

PR description

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged): Fixes #

Types of changes

  • [] Docs change / refactoring / dependency upgrade
  • [] Bug fix (non-breaking change which fixes an issue)
  • [] New feature (non-breaking change which adds functionality)
  • [] Breaking change (fix or feature that would cause existing functionality to change)

Release note


Prerequisites:

  • I have read the CONTRIBUTING.md document and followed the guidelines there.
  • I have commented my code, particularly in hard-to-understand areas
  • I have opened an issue for corresponding changes to documentation (OR no doc changes required)
  • I have added appropriate tests that prove my change is effective