Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 482 Bytes

File metadata and controls

25 lines (16 loc) · 482 Bytes

Contributing to http-tun

Thank you for your interest in contributing!

Getting Started

  1. Fork the repository
  2. Clone your fork
  3. Install dependencies: bun install
  4. Create a feature branch

Development

  • Run tests: npx vitest run
  • Run linter: npx eslint . && npx prettier --check .

Pull Requests

  • Follow conventional commit format
  • Include tests for new features
  • Update documentation as needed

Questions?

Open an issue for questions or concerns.