-
Notifications
You must be signed in to change notification settings - Fork 1.9k
added a recipe for bcrypt library #2035
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
Conversation
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.
Nice, this looking good to me overall. I only have two requests.
- reverting all the changes from the README.md
- squashing your changes
If you really struggle with the squash we can do it a merge time, but I usually prefer if a small change is squashed rather than spread across 4 commits.
README.md
Outdated
[](https://travis-ci.org/kivy/python-for-android) | ||
[](https://coveralls.io/github/kivy/python-for-android?branch=develop) | ||
[](#backers) | ||
[](#sponsors) | ||
|
||
*Added Bcrypt Recipe* |
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.
Why are these change in the README.md? Could you revert all changes of it if not needed.
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.
@AndreMiras I removed the redundant line.
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.
Thanks, there's still one change in the README.md to revert. Your diff removes one line when it should simply not touch the README.md at all as it brings noise we don't want in the history. Could you fix that one too before we merge?
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.
@AndreMiras Done:)
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.
Thanks 🍻
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.
Thanks there's one more change left in the README.md that needs to be reverted
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.
Looking good, thanks for addressing the comments
No description provided.