Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.36 KB

CONTRIBUTING.md

File metadata and controls

24 lines (16 loc) · 1.36 KB

Contributing

Thanks for your interest in contributing to the Tanzu Developer Center!

Code Contributions

If you are interested in contributing new features, bug fixes, or open issues, follow these steps:

  1. Find an issue you want to work on either in an open project, or an open issue.
  2. Fork the repo to your own git repository.
  3. Create a new branch.
    git checkout -b $NEW_BRANCH
    
  4. Write and test the feature locally. For information on building a local deployment of the Tanzu Developer Center, see the Getting Started section of the README.md.
  5. add, commit, and push your work to your branch.
  6. Open a pull request within the Tanzu Developer Center repository.

Content Contributions

The contribution process is documented fully within the project wiki page.

If you have questions or issues contributing, find us on Slack (VMware employees only), or opening a GitHub Issue with the tag contributing.