From 14155e3bb4a044085e6e849b96350189701364fa Mon Sep 17 00:00:00 2001 From: Usman Saleem Date: Tue, 7 Feb 2023 14:04:41 +1000 Subject: [PATCH] Update Github pull request template (#5060) Add option to advise to run non-mainnet acceptance test if required Signed-off-by: Usman Saleem --- .github/pull_request_template.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index bfb35f9131c..74a1cdcc57b 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -12,6 +12,10 @@ - [ ] I thought about documentation and added the `doc-change-required` label to this PR if [updates are required](https://wiki.hyperledger.org/display/BESU/Documentation). +## Acceptance Tests (Non Mainnet) + +- [ ] I have considered running `./gradlew acceptanceTestNonMainnet` locally if my PR affects non-mainnet modules. + ## Changelog - [ ] I thought about the changelog and included a [changelog update if required](https://wiki.hyperledger.org/display/BESU/Changelog). \ No newline at end of file