Thank you for considering contributing to our project! Please follow these guidelines to help us manage and integrate your contributions smoothly.
- Fork the Repository: Create a personal copy of the repository.
- Create a Branch: Follow the naming convention
{NAME}-{SCOPE}-{TITLE}. Example:john-fix-type-operations. - Make Changes: Commit your changes with clear, concise commit messages.
- Open a Pull Request: Include a summary of your changes, linking any related issues.
- Follow the coding standards used in the project.
- Write clear and concise code.