sanic/docs/contributing.md

14 lines
389 B
Markdown
Raw Normal View History

==========================
How to contribute to Sanic
==========================
Thank you for your interest!
Running tests
---------------------
* `python -m pip install pytest`
* `python -m pytest tests`
Caution
=======
One of the main goals of Sanic is speed. Code that lowers the performance of Sanic without significant gains in usability, security, or features may not be merged.