-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
docs: contributing #174
docs: contributing #174
Conversation
Copied and modified from PySyft contributing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, I requested few changes you might need to do that. Also, have you checked all the steps if they are working correctly?
bdace6e
to
b4244f5
Compare
I checked all except the windows and macos parts, I only have a linux computer. |
It should work now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will give tomorrow another look - but added some comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Only solve the conflict and I think this is good to go 🚀 |
All tests passed but is waiting for python-tests (3.8). Is that a bug? |
I updated the branch. I am not sure...I have seen it hold up one other time - let's see them now |
I will force squash and merge this after the tests are passing |
As you wish, but I would not like that this behaviour gets expanded to all PRs. Are you sure this will disappear? It is curious, I have done a run in my fork and that bug does not happen. |
Asked @aanurraj to look again over this - I think it is good to go, but it is better to have another pair of eyes to look over this 👀 |
Yeah...we should keep an eye on this problem...and if this happens once more, we should investigate this. |
Description
Copied and modified the contributing documentation from PySyft.
Explains how to install and test SyMPC.
Closes #58
Checklist