Follow these steps to contribute to any open-source Kizen docs.
Go to the developer.kizen.com page you want to improve.
Click Edit on GitHub.
On GitHub, select Fork.
Note: Forking the repository creates your own copy to edit.
In your fork, type the following into your CLI:
git checkout -b update-docs-[short-description]
Example: update-docs-fix-webhook-example
Edit the Markdown file GitHub opened. Make sure to keep the change focused and match existing formatting, tone, and style.
Use a clear commit message, for example:
git commit -m "Clarified webhook payload example and fixed query parameters"
git push origin update-docs-[short-description]
In GitHub, select Compare & Pull Request.
Add a short summary to explain why the change is needed, and provide a link to the doc page.
Note: If you changed formatting on the page, please include before/after screenshots.
Once submitted, the PR enters Kizen’s review workflow.
Introduction
Intended Audience
Contributing to Kizen Docs
Pull Request Review and Publishing Process
Last updated 1 month ago
Was this helpful?