Skip to content

Commit

Permalink
fixed the images in readme & named the ISSUE_TEMPLATE correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijitkini committed Apr 9, 2016
1 parent abf4202 commit 080ebca
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 18 deletions.
File renamed without changes.
23 changes: 5 additions & 18 deletions README.md
Expand Up @@ -12,29 +12,16 @@ Before opening a new Support Issue:

- Documented [CI FAQs](http://docs.shippable.com/ci_faq/) and [Pipelines FAQs](http://docs.shippable.com/pipelines_faq/).
- Create a `shippable.yml` for the error shown below. An example for [reference](http://docs.shippable.com/ci_configure/#shippableyml-structure).
```
Alerts
Errors
failed to find shippable yml file
```

- Validate your `shippable.yml` using [YAML Lint] (http://www.yamllint.com/) or [YAML Online Parser](http://yaml-online-parser.appspot.com/) for the error shown below.
```
Alerts
Errors
Bad YML data in build.ci. Only strings are allowed
```
<img src="../images/error_missing_yml.png" alt="Missing yml" style="width:700px;"/>

- Refer to [Tip 5 for a successful migration](http://blog.shippable.com/5-tips-for-a-successful-migration) for the error shown below.
```
Host key verification failed.
fatal: Could not read from remote repository.
- Validate your `shippable.yml` using [YAML Lint] (http://www.yamllint.com/) or [YAML Online Parser](http://yaml-online-parser.appspot.com/) for the error shown below.

Please make sure you have the correct access rights
and the repository exists.
```
<img src="../images/error_bad_yml.png" alt="Bad yml" style="width:700px;"/>

- Refer to [Tip 5 for a successful migration](http://blog.shippable.com/5-tips-for-a-successful-migration) for the error shown below.

<img src="../images/error_hostkey_verification.png" alt="Hostkey Verification" style="width:700px;"/>

Open a new Support Issue:
-------------------------
Expand Down
Binary file added images/error_bad_yml.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/error_hostkey_verification.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/error_missing_yml.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 080ebca

Please sign in to comment.