-
-
Notifications
You must be signed in to change notification settings - Fork 80
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
Extract track-specific help instructions from config/exercise_readme.go.tmpl
#58
Comments
Can I get assigned here @ErikSchierboom |
Sure! |
@ErikSchierboom the current |
@hsadia538 Yes, and it should have two files: |
Thank you @hsadia538 ! |
@ErikSchierboom |
@hsadia538 I don't know of a specific gitter channel. If you email me at erik @ exercism.org, I can give you access to the Exercism slack. As for which the Gleam track is not on Exercism yet, that is because it is not done. #32 contains a list of the things that need to happen for it to become active. Are you interested in getting the Gleam track launched? |
Yes, I am interested in doing so. I was asking about the gitter channel as I was unsure as to what should I add in help.md and tests.md |
See https://github.com/exercism/csharp/blob/main/exercises/shared/.docs/tests.md and https://github.com/exercism/csharp/blob/main/exercises/shared/.docs/help.md for examples. |
I was unable to find much on gleam and I haven't gotten a chance to work on it before hence the questions. Would something like the same apply to gleam? The track isn't up and running so I haven't gotten a chance to see and run tests. |
Hey @hsadia538 ! I can help with any specific questions around Gleam. For that one I think we could have something like this:
The Thank you again for your help here 💜 |
Alright, thanks a lot I will create a PR shortly on this. |
I think so! Thank you |
Each track needs a file that contains track-specific instructions on how to get help. The contents of this document are only presented to the student when using the CLI. This file lives at
exercises/shared/.docs/help.md
. You almost certainly already have this information, but need to move it to the correct place.For v2 tracks, this information was (usually) included in the readme template found at
config/exercise_readme.go.tmpl
. As such, tracks can extract the help instructions from theconfig/exercise_readme.go.tmpl
file to theexercises/shared/.docs/help.md
file.See https://github.com/exercism/csharp/pull/1557/files for an example PR.
Tracking
exercism/v3-launch#50
The text was updated successfully, but these errors were encountered: