Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 1.14 KB

CONTRIBUTING.md

File metadata and controls

50 lines (29 loc) · 1.14 KB

Contribution Guidelines

Thank you for considering to contribute to this project. These guidelines will help you get going with development and outline the most important rules to follow when submitting pull requests for this project.


Development

Setup

Prerequisites
Steps
  1. Clone the (forked) repository
  2. Install dependencies with poetry install

Running Tests

poetry run pytest

Submitting Changes

To get changes merged, create a pull request. Here are a few things to pay attention to when doing so:

Commit Messages

The summary of a commit should be concise and worded in an imperative mood.
...a what mood? This should clear things up: How to Write a Git Commit Message

Code Style

This project uses Black for code formatting.

Tests

If it makes sense, writing tests for your PRs is always appreciated and will help get them merged.