Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 727 Bytes

File metadata and controls

20 lines (16 loc) · 727 Bytes

Contributing

You are welcome to contribute to esmf-testkit. 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 Performance 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 develop branch.