From bfc69a09d75660adf15a0fe998035869689d857f Mon Sep 17 00:00:00 2001 From: Wanwiset Peerapatanapokin Date: Thu, 5 Feb 2026 18:56:40 +0700 Subject: [PATCH] add private chain test checkbox (#1989) add private chain test checkbox --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 56683a96df..d31a1997d7 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -30,7 +30,7 @@ _Put an `✅` in the boxes that apply_ _Put an `✅` in the boxes once you have confirmed below actions (or provide reasons on not doing so) that_ - [ ] This PR has sufficient test coverage (unit/integration test) OR I have provided reason in the PR description for not having test coverage -- [ ] Tested in private network from genesis block. +- [ ] Tested on a private network from the genesis block and monitored the chain operating correctly for multiple epochs. - [ ] Provide an end-to-end test plan in the PR description on how to manually test it on the devnet/testnet. - [ ] Tested the backwards compatibility. - [ ] Tested with XDC nodes running this version co-exist with those running the previous version.