Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix wrong reference to fastapi-mail and typos in contributing.md #73

Merged
merged 3 commits into from
Nov 24, 2023
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 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,7 +21,7 @@ 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


<!-- FIXME: What does this title mean? I dont get it :P-->
### Before get in to the repo and type
KrappRamiro marked this conversation as resolved.
Show resolved Hide resolved


Expand All @@ -32,7 +32,7 @@ $ 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