-
Notifications
You must be signed in to change notification settings - Fork 167
Contribution, Committing Content (GitHub Method)
After your content piece has been drafted, edited, and tested locally, it's time to commit your content and open a pull request back to the Tanzu Developer Center GitHub repository.
We have a reference page for that. See Reference: Contributing Checklist (GitHub Method)
-
If you have not already, Fork the TDC repository or set up your local environment for editing
-
add
,commit
, andpush
your content to your branch. If you are following this guide, it is assumed you know how to do this part. -
Open the pull request. Again, if you are following this guide, it is assumed you know how to do this part.
NOTE: Adding a
[WIP]
to your pull request title will let the team know not to merge your PR yet, and that you are just looking for reviews or comments. Please add additional comments to your PR if using this tag detailing what you are looking for.NOTE: If you are updating an existing topic on the Dev Center with new content, make sure to add a link to the new existing in your pull request.
-
Here's what to expect next. Once you open the pull request, a few things are going to happen:
- Automated tests are run - Just like the tests you ran locally, the tests will run again once you open the pull request. These will take a few minutes to run.
-
A deployment preview is generated - At the end of the list of tests in the pull request, there is one called
netlify/tanzu-dev-portal/deploy-preview — Deploy Preview ready!
along with aDetails
link. Clinking that link will take you to a deploy preview of the site with your changes. Use this as a last review of your content to make sure it all looks like you expect. -
A team review - Once all tests are passed, someone from the team will review your pull request and files changed to ensure everything looks okay. Once the review is complete, the reviewer will either merge your content into the
main
branch where it will be published, or provide additional comments or questions in the PR conversation.
-
Review your published content. Upon being merged, within a few minutes the site will rebuild, and your content will be live. Review it again just to make sure it looks as you expect.
- Start Here
- Prewriting / Ideation
- Setting Up You Environment to Create Content
- Drafting Content
- Editing Content
- Testing Content Locally
- Committing Content to be Published
- Content Next Steps
- Start Here
- Prewriting / Ideation
- Tools you need (hint: it's Google Docs)
- Drafting Content
- Editing Content
- Contributing Content