Commit your changes

Build & test your application

Please run the following commands to make sure that the application builds and that the tests are running:

npm run build
npm run test
Commit your changes

Please commit your changes with the following commit message if the build and the tests passed:

feat: feature added for <nameOfTheProduct>

Please replace nameOfTheProduct with the real name of your product.

To ensure clarity and consistency, please follow the naming schema for commit messages. For further details and guidelines, please refer to Conventional Commits.