I love accepting issues and pull requests. I only ask for a few guidelines to be followed that will make it much easier for me to solve your issue or get your code merged.
- Use GitHub Issues or Pull Requests over sending an email. It's much easier for me to keep track of your issue through GitHub.
- For compiler issues, please provide both a gist for the source definition(s) as well as the generated output (if any).
- For existing issues or functionality, please use the latest stable branch (currently
3-5-stable
) as the base branch for the pull request. This helps us maintain a stable gem release strategy. All commits merged to stable will also be merged down tomaster
. - For new functionality, please use
master
as the base branch for the pull request. Themaster
branch is used to stage all "next iteration" work. - Be patient with me as I work on your issue.
Following these simple guidelines really will help me help you. And really, that's what we're here for. I'm on @localshred on twitter, let's be friends. :)