This content is also available at learn.palantir.com ↗ and is presented here for accessibility purposes.
📖 Task Introduction
The foregoing message is written in Markdown ↗, which can be rendered in your code repository.
🔨 Task Instructions
When you open a file in your repository, it opens it as a new tab in the code editor. The tab currently open in your editor is README.md, and it can be seen along the top of the editor window.
Right-click the title of the tab ("README.md") and choose Toggle render markdown from the pop-up window.
Commit your code with a meaningful commit message (e.g., “feature: add readme”).
Complete the PR process to merge the branch into Master. You will need to wait for CI checks to pass before completing the merge.