-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
add support for Israel, in isIdentityCard() #1026
Conversation
added the option of IL, in isIdentityCard().
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.
You should not change directly /lib
content. You need to add your changes to /src/lib/isIdentityCard.js
and use the build
command to compile your code using babel.
You also need to add tests to your changes and the new locale to README.md
file
@perimiter -- thanks for the PR! Please address the comments by @tux-tn |
i assume i cant update this pull request? any way, i moved the function to the right folder like you asked, and i did build like you asked. i am not sure though what do you mean by tests, could you show me an example?. in any case the function has its own tests if the string is empty or something like. |
@perimiter if you want to add commits to this pull request you have to push your changes to your |
@me-x-mi could you help out here? I see it's getting stale. |
@profnandaa, I will take a look at this one. It seems the PR is closed? |
Hi , I had a problem with merging changes so I decided to start over with a new fork that's more updated. I did every thing you instructed here and created a new PR. |
@perimiter, is this the PR 1041 you have created from the new fork? |
yes. |
No problem, when done, I will review it and get some feedback on the same. |
added the option of IL, in isIdentityCard().