Skip to content

Contributing

We welcome contributions to Mergebot!

How to Contribute

  • Fork the repository and create a new branch.
  • Follow the coding standards and style guides.
  • Write clear commit messages and document your changes.
  • Add or update tests as needed.
  • Open a pull request with a description of your changes.

Development Setup

git clone https://github.com/thehapyone/Mergebot.git
cd Mergebot

## Install poetry
poetry install

## Setup the dependencies
poetry install --with=dev

Questions? Open an issue or start a discussion on GitHub.