From 0bbd6013f73a33fea459f298bc37362cf4b84763 Mon Sep 17 00:00:00 2001 From: "sheche@microsoft.com" Date: Thu, 18 Apr 2019 20:22:28 +0800 Subject: [PATCH] Update documents --- .github/ISSUE_TEMPLATE/question.md | 6 +++++- README.md | 7 +++++-- docs/README_zh-CN.md | 6 ++++-- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index fc6d387f..6253f0a4 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -3,7 +3,11 @@ name: 💬 Questions / Help about: If you have questions, please check our documents first --- -Before you submit an question we recommend you to check out the [DOCUMENT](https://github.com/jdneo/vscode-leetcode/blob/master/README.md) and [TROUBLESHOOTING PAGE](https://github.com/jdneo/vscode-leetcode/wiki/Troubleshooting) first. +Before you submit an question we recommend you to check out the [DOCUMENT](https://github.com/jdneo/vscode-leetcode/blob/master/README.md) first. + +You can also find more information in: +- [TROUBLESHOOTING](https://github.com/jdneo/vscode-leetcode/wiki/Troubleshooting) +- [FAQ](https://github.com/jdneo/vscode-leetcode/wiki/FAQ) ## 💬 Questions and Help diff --git a/README.md b/README.md index 37c7aae8..21b3afaf 100644 --- a/README.md +++ b/README.md @@ -143,8 +143,11 @@ | `leetcode.enableShortcuts` | Specify whether the submit and test shortcuts in editor or not. | `true` | | `leetcode.nodePath` | Specify the `Node.js` executable path. | `node` | -## Troubleshooting -When you meet any problem, you can check the [Troubleshooting Page](https://github.com/jdneo/vscode-leetcode/wiki/Troubleshooting) first. +## Want Help? + +When you meet any problem, you can check out the [Troubleshooting](https://github.com/jdneo/vscode-leetcode/wiki/Troubleshooting) and [FAQ](https://github.com/jdneo/vscode-leetcode/wiki/FAQ) first. + +If your problem still cannot be addressed, feel free to reach us in the [Gitter Channel](https://gitter.im/vscode-leetcode/Lobby) or [file an issue](https://github.com/jdneo/vscode-leetcode/issues/new/choose). ## Release Notes diff --git a/docs/README_zh-CN.md b/docs/README_zh-CN.md index 04514c4d..070f5d61 100644 --- a/docs/README_zh-CN.md +++ b/docs/README_zh-CN.md @@ -143,8 +143,10 @@ | `leetcode.enableShortcuts` | 指定是否在 VS Code 编辑文件下方显示提交和测试的快捷按钮。 | `true` | | `leetcode.nodePath` | 指定 `Node.js` 可执行文件的路径。 | `node` | -## 疑难解答 -在遇到任何问题时,可以先查看一下[疑难解答](https://github.com/jdneo/vscode-leetcode/wiki/%E7%96%91%E9%9A%BE%E8%A7%A3%E7%AD%94)文档寻求帮助。 +## 需要帮助? +在遇到任何问题时,可以先查看一下[疑难解答](https://github.com/jdneo/vscode-leetcode/wiki/%E7%96%91%E9%9A%BE%E8%A7%A3%E7%AD%94)以及[常见问题](https://github.com/jdneo/vscode-leetcode/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98)寻求帮助。 + +如果您的问题依然没有解决,可以在 [Gitter Channel](https://gitter.im/vscode-leetcode/Lobby) 联系我们,或者您也可以[记录一个新的 issue](https://github.com/jdneo/vscode-leetcode/issues/new/choose)。 ## 更新日志