-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add Faker::Subscription #1440
Add Faker::Subscription #1440
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.
Could you please add a few tests for your locales? Take a look at the comment that I left below. If you had written the locale tests, one of the tests would fail. Check the es-mx locale test file out.
Besides es-mx, you also need to add tests for es. |
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.
We have a file in the source tree whose name is unreleased_CONTENT.md
. You should include your Faker::Subscription
there instead of adding it in the README.md
. README.md
should have only objects released in the latest version/1.9.1.
People have been confusing it for a long time, so we decided to change to see if they stop opening issues. Initially I'll have to warn contributors that we have just changed.
@vbrazo should be fine 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.
Looks good. Thanks for the hard work! 👍
* add Faker::Subscription * fix test * typo * add tests for locales * adding _mx to test name * move to unreleased content * Update CHANGELOG.md * Update README.md
Changed after the comments on #1437