updated PR template (#6773)

Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
pull/6788/head
Sally MacFarlane 8 months ago committed by GitHub
parent 6fcac7bd45
commit 3455ddf3fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 10
      .github/pull_request_template.md

@ -12,10 +12,10 @@
- [ ] Considered the changelog and included an [update if required](https://wiki.hyperledger.org/display/BESU/Changelog). - [ ] Considered the changelog and included an [update if required](https://wiki.hyperledger.org/display/BESU/Changelog).
- [ ] For database changes (e.g. KeyValueSegmentIdentifier) considered compatibility and performed forwards and backwards compatibility tests - [ ] For database changes (e.g. KeyValueSegmentIdentifier) considered compatibility and performed forwards and backwards compatibility tests
### Most advanced CI tests are deferred until PR approval, but you could: ### Locally, you can run these tests to catch failures early:
- [ ] locally run all unit tests via: `./gradlew build` - [ ] unit tests: `./gradlew build`
- [ ] locally run all acceptance tests via: `./gradlew acceptanceTest` - [ ] acceptance tests: `./gradlew acceptanceTest`
- [ ] locally run all integration tests via: `./gradlew integrationTest` - [ ] integration tests: `./gradlew integrationTest`
- [ ] locally run all reference tests via: `./gradlew ethereum:referenceTests:referenceTests` - [ ] reference tests: `./gradlew ethereum:referenceTests:referenceTests`

Loading…
Cancel
Save