From 8c41436b7e0ad74b84e506b6fda0213d8739c074 Mon Sep 17 00:00:00 2001 From: Julian Arce <52429267+JuArce@users.noreply.github.com> Date: Fri, 25 Oct 2024 11:24:24 -0300 Subject: [PATCH] feat: update pr template (#1321) --- .github/pull_request_template.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 9ecda1912..b3f517954 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -14,6 +14,8 @@ Please delete options that are not relevant. - [ ] Refactor ## Checklist + +- [ ] “Hotfix” to `testnet`, everything else to `staging` - [ ] Linked to Github Issue - [ ] This change depends on code or research by an external entity - [ ] Acknowledgements were updated to give credit @@ -24,3 +26,6 @@ Please delete options that are not relevant. - [ ] Benchmarks added/run - [ ] Has a known issue - [Link to the open issue addressing it]() +- [ ] If your PR changes the Operator compatibility (Ex: Upgrade prover versions) + - [ ] This PR adds compatibility for operator for both versions and do not change batcher/docs/examples + - [ ] This PR updates batcher and docs/examples to the newer version. This requires the operator are already updated to be compatible