From fc76054f27ef8af5029110294df2ee61567c4327 Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Sat, 19 Oct 2024 08:16:00 +0900 Subject: [PATCH] docs: update the pull request template --- .github/pull_request_template.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 9e861a5af3..7bca9c5d23 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -8,5 +8,7 @@ - This repository enables `Require signed commits`, so all commits must be signed - [ ] [Avoid force push](https://github.com/suzuki-shunsuke/oss-contribution-guide?tab=readme-ov-file#dont-do-force-pushes-after-opening-pull-requests) - [ ] Do only one thing in one Pull Request +- [ ] [Execute cmdx s to scaffold code](https://aquaproj.github.io/docs/products/aqua-registry/contributing/#use-cmdx-s-definitely) +- [ ] Install and execute the package and confirm if the package works well