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 pull requests for existing issues or functionality, please use the base branch
2-7-stable
for the pull request. This helps us maintain a stable gem release strategy. All commits merged to2-7-stable
will also be merged down tomaster
. - For pull requests for new functionality, please use the base branch
master
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. :)