Lets start from the tutorial on how to start contributing to Zend Framework for developers working under Windows described by Thomas Weidner, I18N Team Leader at Zend Framework in his blog.
The main problem is that Zend Framework 2 moved to Git version control system and Windows developers (unlike the Linux ones :P) should become familiar with this new truly brilliant version control system developed by Linus Torvalds to maintain Linux kernel development. Gut become very popular and widely used right now thanks to its distributed nature, efficiency and rich functionality.
So, in short, here are the main points Windows users should know:
- Windows has a Git port named "msysgit" and it should be installed first.
- To be able to use Git in Windows-way - you can install a special GUI software - "TortoiseGit" from widely known Tortoise* software family.
- You need an account at GitHub.com in order to participate and configure your version control software wit the email from ZF jira account.
- Clone ZF2 repository, create a separate branch and start contributing!
Have a good times digging into Zend Framework!
No comments:
Post a Comment