-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
#50
Comments
ErikSchierboom
changed the title
Add track-specific help instructions
Extract track-specific help instructions from Jul 14, 2021
config/exercise_readme.go.tmpl
This was referenced Jul 14, 2021
Closed
Closed
Closed
Closed
Open
Closed
Closed
Closed
Closed
Closed
Closed
Closed
Closed
Closed
Extract track-specific help instructions from
config/exercise_readme.go.tmpl
exercism/emacs-lisp#185
Closed
Closed
Open
Closed
This was referenced Jul 14, 2021
Closed
ErikSchierboom
added
x:action/improve
Improve existing functionality/content
x:size/massive
Massive amount of work
x:type/coding
Write code that is not student-facing content (e.g. test-runners, generators, but not exercises)
x:knowledge/none
No existing Exercism knowledge required
x:size/large
Large amount of work
x:knowledge/intermediate
Quite a bit of Exercism knowledge required
x:module/practice-exercise
Work on Practice Exercises
x:size/small
Small amount of work
x:size/tiny
Tiny amount of work
x:type/content
Work on content (e.g. exercises, concepts)
x:module/test-runner
Work on Test Runners
x:action/create
Work on something from scratch
x:knowledge/advanced
Comprehensive Exercism knowledge required
and removed
x:action/improve
Improve existing functionality/content
x:size/massive
Massive amount of work
x:type/coding
Write code that is not student-facing content (e.g. test-runners, generators, but not exercises)
x:knowledge/none
No existing Exercism knowledge required
x:size/large
Large amount of work
x:knowledge/intermediate
Quite a bit of Exercism knowledge required
x:module/practice-exercise
Work on Practice Exercises
x:size/small
Small amount of work
x:size/tiny
Tiny amount of work
x:type/content
Work on content (e.g. exercises, concepts)
x:module/test-runner
Work on Test Runners
x:action/create
Work on something from scratch
x:knowledge/advanced
Comprehensive Exercism knowledge required
labels
Aug 18, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.https://github.com/exercism/csharp/pull/1557/files for an example PR.
The text was updated successfully, but these errors were encountered: