From 86b506c9b6345af568bed8b2bd68d7a473ace08c Mon Sep 17 00:00:00 2001 From: Ta-Ching Chen Date: Wed, 28 Aug 2019 14:41:13 +0800 Subject: [PATCH] Add troubleshooting guide link (#1292) --- .github/ISSUE_TEMPLATE/bug_report.md | 2 ++ README.md | 14 ++++++++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index b35aef34..d7e94bd8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -8,7 +8,9 @@ assignees: '' --- + + **Fission/Kubernetes version** diff --git a/README.md b/README.md index 0cfb891f..b9e3a698 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Fission: Serverless Functions for Kubernetes [![Go Report Card](https://goreportcard.com/badge/github.com/fission/fission)](https://goreportcard.com/report/github.com/fission/fission) [![Fission Slack](http://slack.fission.io/badge.svg)](http://slack.fission.io) -[fission.io](http://fission.io) [@fissionio](http://twitter.com/fissionio) +[fission.io](http://fission.io) [@fissionio](http://twitter.com/fissionio) Fission is a fast serverless framework for Kubernetes with a focus on developer productivity and high performance. @@ -40,7 +40,9 @@ aggregation — also helps with ops on your Fission deployment. Getting started and documentation =============================== -You can learn more about Fission and get started from [Fission Docs](https://docs.fission.io). See the [installation guide](https://docs.fission.io/installation/) for installing and running Fission. +You can learn more about Fission and get started from [Fission Docs](https://docs.fission.io). +* See the [installation guide](https://docs.fission.io/installation/) for installing and running Fission. +* See the [troubleshooting guide](https://docs.fission.io/trouble-shooting/) for debugging your functions and Fission installation. Contributing ================= @@ -60,8 +62,12 @@ A regular community meeting takes place every other Thursday at 08:30 AM PT (Pac ## Official Releases -Official releases of Fission can be found on [the releases page](https://github.com/fission/fission/releases). Please note that it is strongly recommended that you use official releases of Fission, as unreleased versions from the master branch are subject to changes and incompatibilities that will not be supported in the official releases. Builds from the master branch can have functionality changed and even removed at any time without compatibility support and without prior notice. +Official releases of Fission can be found on [the releases page](https://github.com/fission/fission/releases). +Please note that it is strongly recommended that you use official releases of Fission, as unreleased versions from +the master branch are subject to changes and incompatibilities that will not be supported in the official releases. +Builds from the master branch can have functionality changed and even removed at any time without compatibility support +and without prior notice. ## Licensing -Fission is under the Apache 2.0 license. \ No newline at end of file +Fission is under the Apache 2.0 license.