You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to our starter implementation policy all exercises with difficulty 4 or lower should have starter implementation. It can be a bit confusing for users when they do their first exercise without starter implementation. Therefore we've decided to add a hints.md file to all exercises with difficulty 5 (see the policy doc for more details and issue #1084 for a discussion about why we decided to do this).
Please add this hints.md file to the pig-latin exercise. The file can be copied from the flatten-array exercise.
Once a hints.md file has been added to an exericse, that exercise's readme needs to be regenerated. This is because the hints.md file will get appended to the readme when the readme is generated. To generate the readme you need to:
Download configlet and put it somewhere on your path (configlet is the tool we use to generate reame files).
According to our starter implementation policy all exercises with difficulty 4 or lower should have starter implementation. It can be a bit confusing for users when they do their first exercise without starter implementation. Therefore we've decided to add a
hints.md
file to all exercises with difficulty 5 (see the policy doc for more details and issue #1084 for a discussion about why we decided to do this).Please add this
hints.md
file to thepig-latin
exercise. The file can be copied from theflatten-array
exercise.Once a
hints.md
file has been added to an exericse, that exercise'sreadme
needs to be regenerated. This is because thehints.md
file will get appended to thereadme
when thereadme
is generated. To generate thereadme
you need to:configlet
and put it somewhere on your path (configlet
is the tool we use to generatereame
files).readme
s).configlet generate . --only pig-latin --spec-path path_to_problem_specifications
from the root of this repository (exercism/java).Once that's done you can commit and push the changes to the
readme
and the newhints.md
file :)The text was updated successfully, but these errors were encountered: