Contributions to django-presigned-url are very welcome! Best have a look at the open issues and open a GitHub pull request. See instructions below how to setup development environment. Before writing any code, best discuss your proposed change in a GitHub issue to see if the proposed change makes sense for the project.
Requirements
- poetry
- make
To work on django-presigned-url you first need to clone
git clone https://github.com/adfinis/django-presigned-url.git
cd django-presigned-url
make format lint test