Contributing to fastapi-mail
January 20, 2021 ยท View on GitHub
We welcome contributions to fastapi-mail
Issues
Feel free to submit issues and enhancement requests.
Contributing
Please refer to each project's style and contribution guidelines for submitting patches and additions. In general, we follow the "fork-and-pull" Git workflow.
- Fork the repo on GitHub
- Clone the project to your own machine
- Commit changes to your own branch
- Push your work
- Submit a Pull request so that we can review your changes
Before Start
$ bash install.sh
$ source .venv/bin/activate
$ cat main.py
or
or run fastapi app with uvicron
uvicorn app:app --port 8000 --reload
NOTE: Be sure to merge the latest from "upstream" before making a pull request!
Testing
For testing use tox