- I have read the Contributing Guidelines and made commit messages that follow the guideline.
- I have run
npm run formatto ensure the code follows the style guide. - I have run
npm run testto check if all tests are passing. - I have run
npx turbo buildto check if the website builds without errors. - I've covered new added functionality with unit tests if necessary.