chore: update pr template

This commit is contained in:
James Hegedus
2023-02-17 00:49:39 +11:00
committed by GitHub
parent 1714093485
commit e4febaf71a

View File

@@ -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/<your_new_plugin_name>`
- [ ] Format with `scripts/format.bash`
- [ ] Test locally with `scripts/test_plugin.bash --file plugins/<your_new_plugin_name>`
- [ ] 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_