Skip to content

Latest commit

 

History

History
53 lines (32 loc) · 2.19 KB

File metadata and controls

53 lines (32 loc) · 2.19 KB

Submitting issues


go back to Table of contents

Before you submit an issue make sure the feature you're haveing trouble with is supported for your model manager.

Step 1: check existing issues

Go to our issues page and search existing issues, your problem may have been answered there already.

Step 2: check google groups

Go to our google group and search existing threads, your problem may have been answered there already.

Step 3: create new issue

Though we support both Github issues and Google Group, we prefer you use Github becouse issues written useing Github Flavored Markdown are much more human-readable.

To create a new issue go to Github issues and click on New issue button (or use this shortcut).

Basic formatting guide

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

```

will resuilt in:

my.yaml_code:  is here

To learn how to use GFM simply click on Github Flavored Markdown link above issue form to see Cheat sheet