Guidelines for contributing to the project.
We welcome contributions! To contribute, please follow these steps:
- Fork the repository
- Create a new branch (
git checkout -b feature-branch) - Make your changes
- Commit your changes (
git commit -am 'Add feature') - Push to the branch (
git push origin feature-branch) - Create a pull request
Please ensure your code follows the existing style and includes tests.