-
-
Notifications
You must be signed in to change notification settings - Fork 48
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 helpful information to the SETUP.md #2
Comments
@kchenery Ah, shoot. We changed how the READMEs get generated. It's documented here: https://github.com/exercism/docs/blob/master/language-tracks/exercises/anatomy/readmes.md If that's confusing let me know and I'll take a stab at clarifying. The TL;DR is that the track has a template for the readmes in |
All good - still learning how we hang this all together! I had read through that document and have seen how In the simplest example there'd be nothing to add right...we'd just take the default information from the generic specification? In more complex or esoteric examples we might want to add language specific information and would use that Go spec to put our own descriptions in? If thats the case, I think we can just close this PR and I can go fix up the two exercises we do have. |
I wouldn't be surprised if you had seen the
Yepp, and there's one in the repo which should do the right thing, and which you could tweak to your heart's content.
Awesome, yeah. I think that's the next step, then. 🌷 |
Probably saw it here! 😄 |
Please close this issue as its now redundant (see discussion). |
The contents of the SETUP.md file gets included in
the README.md that gets delivered when a user runs the
exercism fetch
command from their terminal.
At the very minimum, it should contain a link to the relevant
language-specific documentation on
help.exercism.io.
It would also be useful to explain in a generic way how to run the tests.
Remember that this file will be included with all the problems, so it gets
confusing if we refer to specific problems or files.
Some languages have very particular needs in terms of the solution: nested
directories, specific files, etc. If this is the case here, then it would be
useful to explain what is expected.
Thanks, @tejasbubane for suggesting that we add this documentation everywhere.
See exercism.io#2198.
The text was updated successfully, but these errors were encountered: