From fb1ab9d8bff2caf236e62b934deea9451049db6b Mon Sep 17 00:00:00 2001 From: Siddharth Suresh Date: Wed, 20 Aug 2025 15:06:49 -0700 Subject: [PATCH] Add copilot-instructions --- .github/copilot-instructions.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github/copilot-instructions.md diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md new file mode 100644 index 0000000000..dbdcfbfccc --- /dev/null +++ b/.github/copilot-instructions.md @@ -0,0 +1,4 @@ +## Additional Code Review Guidelines +Write fee bump tests to go along with any new regular transaction tests or any logic changes to transaction processing and application. + +If you see TransactionFrame being touched, always check if FeeBumpTransactionFrame support was also added, and report if changes are potentially missing. \ No newline at end of file