- Fork the repository
- Create a feature branch (
git checkout -b feature/<YourFeature>
) - Commit your changes (
git commit -am 'Add a new feature'
) - Push to the branch (
git push origin feature/<YourFeature>
) - Create a new pull request on the development branch