How to contribute to Apache Fory™

October 29, 2025 · View on GitHub

Finding good first issues

See Good First Issues.

How to create an issue for Apache Fory™

Create an issue with this form.

Apache Fory™ Website

Apache Fory's website consists of static pages hosted at https://github.com/apache/fory-site.

How to create an issue for Apache Fory™ Website

Create an issue with this form.

How to update doc

All updates about docs for guide and specification will be synced from docs in fory repo to this site repo automatically.

If you want to update those pages, please submit a PR to https://github.com/apache/fory.

How to lint doc

npm install -g markdownlint-cli2
npm install -g prettier
prettier --write "**/*.md"
markdownlint-cli2 "**/*.md" "#node_modules" --fix
markdownlint '**/*.md' --ignore node_modules

Write a blog

If you want write a blog, or update other contents about the website, please submit PR to this site repo.