Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 657 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (15 loc) · 657 Bytes

Contributing

PRs are always welcome! When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method before making a change.

Set up your dev environment

This repo exploits PDM and pre-commit.com. Upon forking this repo, run the following commands:

pdm install           # install dependencies
pre-commit install    # install local pre-commit hooks
# you are done!

In order to set up VS Code for this project, settings (i.e., .vscode) are checked in the codebase. Just ignore such a folder if you do not need it.