Please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature-name
). - Commit your changes (
git commit -m 'Add your message here'
). - Push to the branch (
git push origin feature/your-feature-name
). - Open a Pull Request.