- Open a related issue in the Issue Tracker
- Fork repository on Web Page
- Clone this repository
git clone https://github.com/{your-username}/zf2-assetic-module
- Create a branch with expressive name
git checkout -b {your-username}-{what-i-am-going-to-develop}
- Commit your changes
git commit -m "{your-username} This is what i did"
- Push your changes
git push origin {your-username}-{what-i-am-going-to-develop}
- Create a Pull Request to master on Web Page
- Please remember that code included PR must include tests as well.