Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 642 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (12 loc) · 642 Bytes

CONTRIBUTING

We use Github Flow, so all code changes happen through pull requests. We actively welcome your pull requests:

  1. Fork the repo and create your branch from dev.
  2. If you've added code that should be tested, add tests.
  3. If you've changed APIs, update the documentation.
  4. Ensure the test suite passes.
  5. Make sure your code lints and project can build
  6. Issue that pull request!

Deployment instructions

  1. Make a PR to main from dev
  2. Issue the PR + tag the merge eg v0.1.0
  3. The build job will automatically run on the main branch, and deploy the build to itch.io