UNPKG

1.53 kBMarkdownView Raw
1Contribute to Haml Coffee
2=========================
3
4File an issue
5-------------
6
7You can report bugs and feature requests to [GitHub Issues](https://github.com/netzpirat/haml-coffee/issues).
8
9**Please don't ask question in the issue tracker**, instead ask them at Stackoverflow and use the
10[hamlc](http://stackoverflow.com/questions/tagged/hamlc) tag.
11
12When you file a bug, please try to follow these simple rules if applicable:
13
14* Make sure you've read the README carefully.
15* Add the template source code and describe the expected outcome.
16* Make sure that the issue is reproducible with your description.
17
18**It's most likely that your bug gets resolved faster if you provide as much information as possible!**
19
20Development
21-----------
22
23* Documentation hosted at [CoffeeDoc](http://coffeedoc.info/github/netzpirat/haml-coffee/master/).
24* Source hosted at [GitHub](https://github.com/netzpirat/haml-coffee).
25
26Pull requests are very welcome! Please try to follow these simple rules if applicable:
27
28* Please create a topic branch for every separate change you make.
29* Make sure your patches are well tested. All specs run with `guard` must pass.
30* Update the [Codo](https://github.com/netzpirat/codo) documentation.
31* Update the [README](https://github.com/netzpirat/haml-coffee/blob/master/README.md).
32* Update the [CHANGELOG](https://github.com/netzpirat/haml-coffee/blob/master/CHANGELOG.md) for noteworthy changes.
33* Please **do not change** the version number.
34
35For questions please ask me directly on `#haml` (irc.freenode.net).