Thanks for helping improve the Keet support documentation!
-
Fork the repository and create a branch off
main. -
Edit the docs — articles live as Markdown/MDX under
content/. See the README for how to install dependencies and run the site locally. -
Before opening a pull request, run the checks:
npm run check:internal-links npm run check:heading-hierarchy npm run build
-
Open a pull request against
main, describing what changed and why.
Contributions are accepted under the repository's Apache License 2.0. By submitting a contribution you certify that you agree to the Developer Certificate of Origin (DCO): that you wrote the patch, or otherwise have the right to submit it under that license.
Sign off on every commit by adding a Signed-off-by line with your real name
and email:
Signed-off-by: Jane Doe <jane@example.com>
git commit -s adds this line for you.