Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 968 Bytes

CONTRIBUTING.md

File metadata and controls

55 lines (36 loc) · 968 Bytes

Contributing

We welcome contribution from everyone.

Issues

You can contribute to this repository

Get started

Installation

Please follow these steps to get started:

  • Fork and clone this repository

    cd build-your-own-tanstack-query
    
  • Install package

    npm install
    

Run docs dev server

npm run docs:dev

Run dev server

npm run dev

Pull Requests

We merge pull requests by squashing all commits.
Please ensure your PR template titles match the example below.

<type>: <description>

type must be one of the following:

  • feat: A new tanstack-query-lite feature.
  • docs: Documentation only changes.
  • fix: A bug fix
  • chore: Anything else