Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 1003 Bytes

contributing.md

File metadata and controls

18 lines (17 loc) · 1003 Bytes

Contributing

  1. Ensure you are up to date with the master branch
  2. Create a branch in this repo
    • If you do not have access to creating branches and believe you should, please inquire in the #release-integration slack channel
    • Otherwise please submit changes from a fork
  3. If you are adding/updating a ytt library, ensure you update the top-level vendir.yml, run vendir sync, and ensure your changes to config/_ytt_lib and vendir.lock.yml for this new/updated ytt library are committed in your proposed changes
    • If you are using a git-based library, note that you can use commit SHAs or tags as references
  4. If you are adding/updating data values, please also add those changes to the sample-cf-install-values.yml file
  5. Before submitting, please ensure you have deployed and run smoke tests
  6. Push your changes to your branch/fork
  7. Create a pull request