Files
asdf-plugins/.github/PULL_REQUEST_TEMPLATE.md
2020-06-20 21:20:09 -05:00

623 B

Checklist

  • Provide a short description and link to your plugin.

  • Make sure you CI tests for your plugin and they are green.

    If you are using github, you might want to use the
    `plugin_test` action from [asdf-actions](https://github.com/asdf-vm/actions)
    
  • asdf-plugins CI sanity checks are green on your PullRequest.

    You can test locally using:
    
    ```bash
    ./test_plugin.sh --file plugins/PLUGIN_FILE
    ```
    

Other Information

If there is anything else that is relevant to your pull request include that information here.

Thank you for contributing to asdf-plugins!