Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 769 Bytes

File metadata and controls

41 lines (31 loc) · 769 Bytes

Contributing to CLI & TUI Monorepo

First off, thank you for considering contributing to this project!

How to Contribute

Reporting Bugs

  • Use the GitHub issue tracker to report bugs.
  • Provide a clear and descriptive title.
  • Include steps to reproduce the issue.

Pull Requests

  • Fork the repository and create your branch from main.
  • If you've added code that should be tested, add tests.
  • Ensure the test suite passes.
  • Make sure your code lints.

Development Setup

Prerequisites

  • Node.js ≥ 18.18
  • pnpm ≥ 9

Setup

pnpm install

Building

pnpm run build

Linting

pnpm run lint
pnpm run format

Code of Conduct

Please be respectful and professional when contributing to this project.