mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-09 21:17:54 -05:00
updated PR template (#6773)
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
This commit is contained in:
10
.github/pull_request_template.md
vendored
10
.github/pull_request_template.md
vendored
@@ -12,10 +12,10 @@
|
||||
- [ ] 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
|
||||
|
||||
### 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`
|
||||
- [ ] locally run all acceptance tests via: `./gradlew acceptanceTest`
|
||||
- [ ] locally run all integration tests via: `./gradlew integrationTest`
|
||||
- [ ] locally run all reference tests via: `./gradlew ethereum:referenceTests:referenceTests`
|
||||
- [ ] unit tests: `./gradlew build`
|
||||
- [ ] acceptance tests: `./gradlew acceptanceTest`
|
||||
- [ ] integration tests: `./gradlew integrationTest`
|
||||
- [ ] reference tests: `./gradlew ethereum:referenceTests:referenceTests`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user