Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.5 KB

CONTRIBUTING.md

File metadata and controls

35 lines (24 loc) · 1.5 KB

Contribute to Haml Coffee

File an issue

You can report bugs and feature requests to GitHub Issues.

Please don't ask question in the issue tracker, instead ask them at Stackoverflow and use the hamlc tag.

When you file a bug, please try to follow these simple rules if applicable:

  • Make sure you've read the README carefully.
  • Add the template source code and describe the expected outcome.
  • Make sure that the issue is reproducible with your description.

It's most likely that your bug gets resolved faster if you provide as much information as possible!

Development

Pull requests are very welcome! Please try to follow these simple rules if applicable:

  • Please create a topic branch for every separate change you make.
  • Make sure your patches are well tested. All specs run with guard must pass.
  • Update the Codo documentation.
  • Update the README.
  • Update the CHANGELOG for noteworthy changes.
  • Please do not change the version number.

For questions please ask me directly on #haml (irc.freenode.net).