To prepare each track for Exercism v3, we'll create a PR to automatically update the track to the structure required for v3 (where possible). The PR should contain individual commits for each type of change made, to benefit reviewing.
There are two types of tracks:
- v3 tracks: these tracks have started getting their track ready for v3. Their contents are located in the v3 repo.
- v2 tracks: these tracks have not done any work to get the track ready for v3. The contents of these tracks are located in the track's repo.
Depending on which category your track falls into, we will run the following:
- Migrate the config.json file
- Setup continuous-integration
- Create follow-up issues
- Migrate the config.json file
- Migrate the v3 files
- Setup continuous-integration
- Create follow-up issues