mirror of
https://github.com/sprockets/sprockets.http.git
synced 2024-11-14 11:19:26 +00:00
25 lines
364 B
ReStructuredText
25 lines
364 B
ReStructuredText
How to Contribute
|
|
=================
|
|
Do you want to contribute fixes or improvements?
|
|
|
|
**AWesome!** *Thank you very much, and let's get started.*
|
|
|
|
Quickstart Development Guide
|
|
----------------------------
|
|
|
|
Setup
|
|
+++++
|
|
|
|
code::
|
|
|
|
python3.10 -m venv env
|
|
pip install -r requires/development.txt
|
|
|
|
|
|
Testing
|
|
+++++++
|
|
|
|
code::
|
|
|
|
coverage run
|
|
coverage report
|