- The main website with documentation is at http://everzet.com/Behat
- Official Google Group is at http://groups.google.com/group/behat
- The wiki pages is at http://github.com/everzet/Behat/wiki
- The API documentation is at http://everzet.com/Behat/api/
- Fork the project
develop
branch (all new development happens here, master for releases & hotfixes only). - Make your feature addition or bug fix.
- Add features for it (look at test/Behat/features for examples). This is important so I don't break it in a future version unintentionally.
- Commit, do not mess with
BehatApplication
version, orCHANGES.md
one. (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull) - Send me a pull request.
behat
If you get errors about missing dependencies - just run
git submodule update --init
Copyright (c) 2010 Konstantin Kudryashov (ever.zet). See LICENSE for details.