Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 730 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (18 loc) · 730 Bytes

Contributing

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.

Setup development environment

Requirements

  • poetry
  • make

Clone

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

Testing

make format lint test