Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 980 Bytes

File metadata and controls

44 lines (27 loc) · 980 Bytes

Contributing to fastapi-mail

We welcome contributions to fastapi-mail

Issues

Feel free to submit issues and enhancement requests.

Fatapi-Mail Issues

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.

  1. Fork the repo on GitHub
  2. Clone the project to your own machine
  3. Commit changes to your own branch
  4. Push your work
  5. Submit a Pull request so that we can review your changes

Before get in to the repo and type:

$ 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!