jowilf / sqlalchemy-file

SQLAlchemy-file is a SQLAlchemy extension for attaching files to SQLAlchemy model and uploading them to various storage such as Local Storage, Amazon S3, Rackspace CloudFiles, Google Storage and others using Apache Libcloud.
https://jowilf.github.io/sqlalchemy-file/
MIT License
95 stars 12 forks source link

How can I contribute? #120

Open regisin opened 1 year ago

regisin commented 1 year ago

I created an AudioField type, AudioValidator, some exceptions, and corresponding tests. But my fork branch is failing, and I don't know why (fails on Lint)! Can I make a PR even though it fails?

Or is there any guideline on how to contribute?

jowilf commented 1 year ago

Thank you for your interest. I will definitely work on a Contribution guide. In the meantime, you can follow this guide on my other repository, which is also applicable to this repository -> https://github.com/jowilf/starlette-admin/blob/main/CONTRIBUTING.md#your-first-code-contribution

regisin commented 1 year ago

Alright, I tried my best, I submitted a PR. I apologize, I never "squashed" commits before.