Skip to content

coherent-oss/cobot

Repository files navigation

cobot
skeleton

Tests Coverage

Warning

Work in Progress. 🚧

Hit the 👁 Watch button to know when this project is ready to be tried out!

The Discord bot for Coherent OSS.

Installation for Contributors

Poetry Ruff Pre-commit

Note

If you use Windows, it is highly recommended to complete the installation in the way presented below through WSL2.

  1. Fork the cobot repository on GitHub.

  2. Install Poetry.
    Poetry is an amazing tool for managing dependencies & virtual environments, building packages and publishing them. You might use pipx to install it globally (recommended):

    pipx install poetry

    If you encounter any problems, refer to the official documentation for the most up-to-date installation instructions.

    Be sure to have Python 3.10 installed—if you use pyenv, simply run:

    pyenv install 3.10
  3. Clone your fork locally and install dependencies.

    git clone https://github.com/your-username/cobot path/to/cobot
    cd path/to/cobot
    poetry env use $(cat .python-version)
    poetry install

    Next up, simply activate the virtual environment and install pre-commit hooks:

    poetry shell
    pre-commit install

For more information on how to contribute, check out CONTRIBUTING.md.
Always happy to accept contributions! ❤️

Legal Info

© Copyright by Bartosz Sławecki (@bswck).
This software is licensed under the terms of MIT License.

About

The Discord bot for Coherent OSS.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published