Skip to content

Contributing

Developer Setup

  1. Install Poetry

  2. Fork and clone the scooze GitHub repo

    More Info About Forking

    GitHub has some great resources for learning more about getting started with forking here.

    git clone https://www.github.com/link/to/fork
    cd ./scooze
    poetry install
    
  3. You're ready to develop!

  4. When you have changes you'd like the team to review, please submit a pull request!

Report a Bug

If you find a bug 🐛 please open a bug report. If you have an idea for an improvement or new feature 🚀 please open a feature request.

If you find a security vulnerability, please follow the instructions here.