Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.03 KB

contributing.md

File metadata and controls

34 lines (22 loc) · 1.03 KB

How to contribute

The thirdweb team welcomes contributions!

Workflow

For OSS contributions, we use a Forking Workflow. Develop locally on your own fork and submit a PR to the main repo when you're ready for your changes to be reviewed.

  1. Create a fork of this repository to your own GitHub account.

  2. Clone your fork to your local machine.

  3. Create a new branch on your fork to start working on your changes:

    git checkout -b MY_BRANCH_NAME
  4. Install the dependencies:

    yarn install
  5. Make changes on your branch.

  6. Make a pull request to the thirdweb-dev/engine:main branch.

Test Your Changes

Please run Engine locally to test your changes.

yarn dev

You should be able to make requests to Engine locally and import it to the thirdweb dashboard.