Skip to content

Commit

Permalink
Merge pull request #73 from KrappRamiro/patch-1
Browse files Browse the repository at this point in the history
Fix wrong reference to fastapi-mail and typos in contributing.md
  • Loading branch information
azogue committed Nov 24, 2023
2 parents 27dcad3 + 567bf31 commit c01c8f5
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions docs/contribute.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Contributing to fastapi-mail
Contributing to fastapi-mqtt
=========================================

We welcome contributions to [fastapi-mail](https://github.com/sabuhish/fastapi-mail)
We welcome contributions to [fastapi-mqtt](https://github.com/sabuhish/fastapi-mqtt)

Issues
------

Feel free to submit issues and enhancement requests.

[Fatapi-Mail Issues](https://github.com/sabuhish/fastapi-mail/issues)
[Fastapi-MQTT Issues](https://github.com/sabuhish/fastapi-mqtt/issues)

Contributing
------------
Expand All @@ -21,18 +21,15 @@ Please refer to each project's style and contribution guidelines for submitting
4. **Push** your work
5. Submit a **Pull request** so that we can review your changes


### Before get in to the repo and type

## Before contributing, here is how to install

```sh
$ bash install.sh
$ bash scripts/install.sh
$ source .venv/bin/activate
$ cat main.py
or

```
or run fastapi app with uvicron
or run fastapi app with uvicorn

```sh
uvicorn app:app --port 8000 --reload
Expand Down

0 comments on commit c01c8f5

Please sign in to comment.