-
Notifications
You must be signed in to change notification settings - Fork 277
Contributing
Thanks for wanting to contribute to Plotman! Plotman wouldn’t exist if it weren’t for the work of volunteers like you.
We currently develop on branch development
. Please look to see if your proposed change already exists there. If not, please base your change on that branch.
If you’re changing multiple things, please separate them into separate PRs, so disagreements on one don’t hold up submission of others
Every person’s plotting situation is unique, so there are often suggestions for specific features to support specific use cases. To maintain simplicity, ease of use, and reliability, the maintainers often attempt to recast specific features into more general forms.
It will be helpful for contributors to discuss significant changes with the devs first, so we can coordinate on other changes that may already be planned. You can find the devs on the #dev channel on the chia_plotman team on Keybase. (Please do not use that channel for reporting problems or asking for support, however.)
Make sure you followed the install instructions for developing.
Then, you should be able to run python3 -m pytest
.