diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 2841b66..d23a6f9 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -7,9 +7,8 @@ Description: ## Checklist -- This PRs CI tests are green - - format with `scripts/format.bash` - - test locally with `scripts/test_plugin.bash --file plugins/` +- [ ] Format with `scripts/format.bash` +- [ ] Test locally with `scripts/test_plugin.bash --file plugins/` - [ ] Your plugin CI tests are green - _Tip: use the `plugin_test` action from [asdf-actions](https://github.com/asdf-vm/actions) in your plugin CI_