Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.06 KB

File metadata and controls

46 lines (31 loc) · 1.06 KB

Contributing to pdboperator.io

Thank you for your interest in contributing to the PDB Operator documentation site.

Prerequisites

Development

npm install            # Install dependencies
npm start              # Start dev server at localhost:3000
npm run build          # Verify production build

Making Changes

  1. Fork the repository
  2. Create a feature branch from main
  3. Make your changes
  4. Verify the build passes with npm run build
  5. Open a PR against main

Commit Messages

Follow Conventional Commits:

  • docs: documentation changes
  • feat: new feature or page
  • fix: bug fix
  • ci: CI/CD changes
  • chore: maintenance tasks

Developer Certificate of Origin (DCO)

All commits must include a Signed-off-by line:

git commit -s -m "docs: update installation guide"

Code of Conduct

This project follows the Contributor Covenant Code of Conduct.