Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 740 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (16 loc) · 740 Bytes

Contributing

You are welcome to contribute to install-esmf-action. Please follow the following guidelines.

Submitting a pull request

  1. Fork and clone the repository
  2. Create a new branch: git checkout -b my-branch-name
  3. Make and test your change(s)
  4. Add information to RELEASES.md
  5. Push to your fork
  6. Execute Tests from your fork on your branch using Actions
  7. Submit a pull request

Pull requests must pass acceptance testing and contain release notes before they are accepted into the main branch.