- Fork the repository to your GitHub account.
- Create a new branch from
main
for your work. - Make your changes, ensuring to follow the coding style and conventions.
- Write tests for your code if applicable.
- Ensure all tests pass.
- Commit your changes with a clear and concise commit message.
- Push your changes to your fork.
- Create a pull request (PR) to the
main
branch of this repository. - Ensure your PR includes a clear description of the changes made