Closed angelikatyborska closed 1 year ago
Thank you for contributing to exercism/elixir
💜 🎉. This is an automated PR comment 🤖 for the maintainers of this repository that helps with the PR review process. You can safely ignore it and wait for a maintainer to review your changes.
Based on the files changed in this PR, it would be good to pay attention to the following details when reviewing the PR:
General steps
x:size/{tiny,small,medium,large,massive}
)? (A medium reputation amount is awarded by default, see docs)Any exercise changed
<exercise>/.meta/config.json
(see docs)?<exercise>/.meta/design.md
) need to be updated to document new implementation decisions?Practice exercise changed
prerequisites
, practices
, and difficulty
in config.json
need to be updated?Practice exercise tests changed
<exercise>/.meta/tests.toml
need updating?Automated comment created by PR Commenter 🤖.
Two new tests, two tests reimplemented. Our implementations of the two reimplemented tests were already deviating from problem specs in that they were each comparing two different pairs of hands in one test 🤔 I just made them exactly like the problem specs ask for.