Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.08 KB

CONTRIBUTING.md

File metadata and controls

16 lines (12 loc) · 1.08 KB

Contributing

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.

  1. Use GitHub Issues or Pull Requests over sending an email. It's much easier for me to keep track of your issue through GitHub.
  2. For compiler issues, please provide both a gist for the source definition(s) as well as the generated output (if any).
  3. 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 to master.
  4. For new functionality, please use master as the base branch for the pull request. The master branch is used to stage all "next iteration" work.
  5. 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. :)

Happy Contributing!