diff --git a/docs/error-codes.md b/docs/error-codes.md index 9376f01..df96587 100644 --- a/docs/error-codes.md +++ b/docs/error-codes.md @@ -26,13 +26,14 @@ All TRACE test failures emit a structured error code of the form `TR---`. + +## Next steps + +| What | Where | +|------|-------| +| Understand what each test checks | [Test Modules](../modules.md) | +| Look up a specific error code | [Error Codes](../error-codes.md) | +| Write your own conformance tests | [Tutorial: Writing conformance tests](tutorials/writing-conformance-tests.md) | +| Set up CI | [Tutorial: CI integration](tutorials/ci-integration.md) |