Files
asdf-plugins/.github/PULL_REQUEST_TEMPLATE.md
2023-02-17 00:49:39 +11:00

411 B

Summary

Description:

  • Tool repo URL:
  • Plugin repo URL:

Checklist

  • 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 in your plugin CI