-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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 Faker::SwordArtOnline #1230
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.
Looks good 👍 Good job.
It seems to me that you understand how we work behind the scenes :) You just forgot to update the README.md
and add the docs link.
We have conflicts with |
I updated the README.md, I'll rebase and push again |
en: | ||
faker: | ||
sword_art_online: | ||
real_name: [ |
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.
Locales ❤️ 💛 🖤 💙 💚
|
* Create docs for Sword Art Online * Create methods for Sword Art Online * Build out arrays for Sword Art Online * Create tests for Sword Art Online * Finish sword_art_online.yml * Finish tests for Sword Art Online * Fix rubocop violations and update changelog.md * Update CHANGELOG.md * Create docs for Sword Art Online * Create methods for Sword Art Online * Build out arrays for Sword Art Online * Create tests for Sword Art Online * Finish sword_art_online.yml * Finish tests for Sword Art Online * Update CHANGELOG.md * Update CHANGELOG.md * Create docs for Sword Art Online * Create methods for Sword Art Online * Build out arrays for Sword Art Online * Create tests for Sword Art Online * Finish sword_art_online.yml * Finish tests for Sword Art Online * Update CHANGELOG.md * Build out arrays for Sword Art Online * Finish sword_art_online.yml * Update CHANGELOG.md
Added Sword Art Online real names, game names, locations, and items with appropriate tests and docs. I rebased and ran
bundle && bundle exec rake
, all previous and new tests are passing. Rubocop is happy and healthy. Updated CHANGELOG.md.