Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 676 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (11 loc) · 676 Bytes

Contribution guidelines

Creating pull request

  1. Open a related issue in the Issue Tracker
  2. Fork repository on Web Page
  3. Clone this repository git clone https://github.com/{your-username}/zf2-assetic-module
  4. Create a branch with expressive name git checkout -b {your-username}-{what-i-am-going-to-develop}
  5. Commit your changes git commit -m "{your-username} This is what i did"
  6. Push your changes git push origin {your-username}-{what-i-am-going-to-develop}
  7. Create a Pull Request to master on Web Page

Code quality

  • Please remember that code included PR must include tests as well.