Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.05 KB

File metadata and controls

44 lines (33 loc) · 1.05 KB

Contributing to Tagix

Thank you for your interest in contributing to tagix! We welcome contributions from the community.

Getting Started

  1. Fork the repository on GitHub.
  2. Clone your fork locally:
    git clone https://github.com/chrismichaelps/tagix.git
  3. Install dependencies (we use pnpm):
    pnpm install

Development Workflow

  1. Create a logical branch for your changes:
    git checkout -b feature/my-new-feature
  2. Make your changes and commit them with clear messages.
  3. Ensure types and tests pass:
    pnpm typecheck
    pnpm test

Pull Requests

  1. Push your branch to your fork.
  2. Open a Pull Request against the master branch of the Tagix repository.
  3. Describe your changes clearly and link to any relevant issues.

Code Style

  • We use ESLint and Prettier.
  • Please follow the existing code style and conventions.
  • Use explicit types where possible.

License

By contributing, you agree that your contributions will be licensed under the MIT License.