From a62a0f4bb7da64d0dc40381c16ba492069a8a809 Mon Sep 17 00:00:00 2001 From: Ivan Zuzak Date: Tue, 3 Jun 2014 20:38:38 +0200 Subject: [PATCH] add links to build error reports in build docs --- docs/build-instructions/linux.md | 3 +++ docs/build-instructions/os-x.md | 3 +++ docs/build-instructions/windows.md | 3 +++ 3 files changed, 9 insertions(+) diff --git a/docs/build-instructions/linux.md b/docs/build-instructions/linux.md index 8c36adeb1..998253e03 100644 --- a/docs/build-instructions/linux.md +++ b/docs/build-instructions/linux.md @@ -47,3 +47,6 @@ and restart Atom. If Atom now works fine, you can make this setting permanent: ``` See also https://github.com/atom/atom/issues/2082. + +### Linux build error reports in atom/atom +* Use [this search](https://github.com/atom/atom/search?q=label%3Abuild-error+label%3Alinux&type=Issues) to get a list of reports about build errors on Linux. diff --git a/docs/build-instructions/os-x.md b/docs/build-instructions/os-x.md index 250c9bece..b07e3bcf8 100644 --- a/docs/build-instructions/os-x.md +++ b/docs/build-instructions/os-x.md @@ -15,3 +15,6 @@ ``` ## Troubleshooting + +### OSX build error reports in atom/atom +* Use [this search](https://github.com/atom/atom/search?q=label%3Abuild-error+label%3Aos-x&type=Issues) to get a list of reports about build errors on OSX. diff --git a/docs/build-instructions/windows.md b/docs/build-instructions/windows.md index 2304f6055..ebe9c537f 100644 --- a/docs/build-instructions/windows.md +++ b/docs/build-instructions/windows.md @@ -44,3 +44,6 @@ fix this, you probably need to fiddle with your system PATH. * If you just installed node you need to restart your computer before node is available on your Path. + +### Windows build error reports in atom/atom +* Use [this search](https://github.com/atom/atom/search?q=label%3Abuild-error+label%3Awindows&type=Issues) to get a list of reports about build errors on Windows.