From d3972256261b8ef43dae26fd013d98b6d9af9647 Mon Sep 17 00:00:00 2001 From: Natalie Date: Thu, 18 Jan 2024 08:52:10 +1300 Subject: [PATCH] chore: add pr title checkbox to pull_request_template.md (#56) --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 495aaa05..b1c8db99 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -40,6 +40,7 @@ # Other things to consider: +- [ ] Prefix your PR title with `feat: `, `fix: `, `chore: `, `docs:`, `refactor:` or `test:`. - [ ] Sample blueprints are updated with new SDK changes - [ ] Updated public documentation with new SDK changes ([Immutable X](https://docs.immutable.com/docs/x/sdks/unreal) and [Immutable zkEVM](https://docs.immutable.com/docs/zkEVM/sdks/unreal)) - [ ] Replied to GitHub issues