Skip to content

Commit

Permalink
Introduce subitems in checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Aug 14, 2024
1 parent df67ec7 commit c84d10c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHECKLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,25 @@ The next steps are:
- [ ] [Add initial exercises](https://exercism.org/docs/building/tracks/new/add-initial-exercises)
- [ ] [Build test runner](https://exercism.org/docs/building/tracks/new/build-test-runner)
- [ ] [Configure tooling](https://exercism.org/docs/building/tracks/new/configure-tooling)
- [ ] [Lines of Code Counter](https://exercism.org/docs/building/tooling/lines-of-code-counter)
- [ ] [Snippet Extractor](https://exercism.org/docs/building/tooling/snippet-extractor)
- [ ] [Exercism CLI](https://exercism.org/docs/building/tooling/cli)
- [ ] [Prepare for launch](https://exercism.org/docs/building/tracks/new/prepare-for-launch)
- [ ] [Request Track Icon](https://exercism.org/docs/building/tracks/new/prepare-for-launch#h-request-track-icon)
- [ ] [Add Track Docs](https://exercism.org/docs/building/tracks/new/prepare-for-launch#h-add-track-docs)
- [ ] [Add Exercise Docs](https://exercism.org/docs/building/tracks/new/prepare-for-launch#h-add-exercise-docs)
- [ ] [Add Code snippet](https://exercism.org/docs/building/tracks/new/prepare-for-launch#h-add-code-snippet)
- [ ] [Update metadata](https://exercism.org/docs/building/tracks/new/prepare-for-launch#h-update-metadata)
- [ ] [Test track](https://exercism.org/docs/building/tracks/new/test-track)
- [ ] [Find Maintainers](https://exercism.org/docs/building/tracks/new/find-maintainers)
- [ ] [Launch!](https://exercism.org/docs/building/tracks/new/launch)
- [ ] [Enable syntax highlighting](https://exercism.org/docs/building/tracks/new/enable-syntax-highlighting)
- [ ] [Static syntax highlighting](https://exercism.org/docs/building/tracks/new/syntax-highlighting/static) (optional)
- [ ] [Dynamic syntax highlighting](https://exercism.org/docs/building/tracks/new/syntax-highlighting/dynamic) (optional)
- [ ] [Implement additional tooling](https://exercism.org/docs/building/tracks/new/implement-tooling)
- [ ] [Build Representer](https://exercism.org/docs/building/tooling/representers) (optional)
- [ ] [Build Analyzer](https://exercism.org/docs/building/tooling/analyzers) (optional)
- [ ] [Build Test Generator](https://exercism.org/docs/building/tooling/test-generators) (optional)
- [ ] [Prepare for open source contributions from strangers](https://exercism.org/docs/building/tracks/new/prepare-for-contributions)

Once you've finished a task, you can check them in this list.
Expand Down

0 comments on commit c84d10c

Please sign in to comment.