Skip to content

Commit

Permalink
pr template (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
bap2pecs authored Nov 5, 2024
1 parent 37a8b1c commit e286e74
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
!!! Please test the code with https://github.com/babylonlabs-io/finality-provider

Steps to test:
1. `cd finality-provider`
2. `git checkout base/consumer-chain-support`
3. modify the `go.mod` to use the tip commit hash of the branch for this PR
4. `go mod tidy`
5. run `make test-e2e-op`

0 comments on commit e286e74

Please sign in to comment.