The GitHub issues we create for Concept Exercises need to contain quite a lot of information for an implementer to be able to work from.
We have provided an Issue Template that needs to be filled in for each exercise. Part of that template requires a guide on how to implement the Concept Exercise for the specific track.
To help with that, each track should create a standard "Implementation Guide", which can be copy+pasted into the new issue. That file should be stored in languages/$SLUG/reference/implementing-a-concept-exercise.md
To make this as straightforward as possible for you, we have provided:
- The C# implementation file to be clear on how this specific section should look.
- A base file for you to work from.