Feel free to submit issues on Github.
Please include as much relevant information as possible. Host OS, Vagrant version, Virtualbox version, …
Please take note that debugging and fixing an issue can take time.
Please understand that Sneakers is intended to mimic our production environments. We will not accept pull requests that violate this.
You can do this through pull requests. It's helpful and very much appreciated if you also provide the corresponding tests (chefspec).
It's encouraged to discuss new features through Github issues first. Additions like ffmpeg, wkhtmltopdf, .. should go in the extras cookbook.
Please use proper naming for your branch (feature/xyz
, bug/zyx
). At the bare minimum, make sure you've ran cd chef ; bundle exec strainer test $CookbookYouChanged
before doing a pull request. Adding tests as well is very much appreciated.