Thanks for your interest in contributing to the Tanzu Developer Center!
If you are interested in contributing new features, bug fixes, or open issues, follow these steps:
- Find an issue you want to work on either in an open project, or an open issue.
- Fork the repo to your own git repository.
- Create a new branch.
git checkout -b $NEW_BRANCH
- 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.
add
,commit
, andpush
your work to your branch.- Open a pull request within the Tanzu Developer Center repository.
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
.