Go to our issues page and search existing issues, your problem may have been answered there already.
Go to our google group and search existing threads, your problem may have been answered there already.
You can always ask for support in our Gitter. You are free to ask questions, however keep in mind that there is not always someone who can answer them.
You can create an issue using Github, using Github Flavored Markdown are much more human-readable. To create a new issue go to Github issues and click on the New issue button (or use this shortcut).
While writing your issue please use Github Flavored Markdown to make it more readable. If you paste any code wrap it in github's code block! To do that start with 3 ``` characters, then name language you're useing, for example yaml:
```yaml
my.yaml_code: is here
```
which will resuilt in
my.yaml_code: is here
To learn how to use Github Flavoured Markdown simply click on the Github Flavored Markdown link above the text field to see!