Thank you for your interest in contributing to the PDB Operator documentation site.
- Node.js 22+
- npm
npm install # Install dependencies
npm start # Start dev server at localhost:3000
npm run build # Verify production build- Fork the repository
- Create a feature branch from
main - Make your changes
- Verify the build passes with
npm run build - Open a PR against
main
Follow Conventional Commits:
docs:documentation changesfeat:new feature or pagefix:bug fixci:CI/CD changeschore:maintenance tasks
All commits must include a Signed-off-by line:
git commit -s -m "docs: update installation guide"This project follows the Contributor Covenant Code of Conduct.