esesniii Docs

Open Source

Contribution Guidelines 🛠

Help build cutting-edge documentation with our contribution workflows, coding standards, and open source principles.

Getting Started

Fork the docs repository on GitHub, install dependencies using npm install, and run npm run dev to start the development server.

Contribution Workflow

  1. Create a GitHub issue or comment on an existing one to describe your contribution
  2. Create a new branch with feature/your-change naming
  3. Ensure tests pass with npm run test
  4. Create a pull request with detailed documentation of changes
  5. Address reviewer feedback and ensure all CI checks pass

Code Quality

Formatting

Follow Prettier formatting guidelines

Linter

Use ESLint for code validation

Tests

Add Jest tests for new features

Ready to Contribute?

Our documentation has 23 open contributor issues with clear labels and mentoring support.

View Open Issues