瀏覽代碼

README: Where to post which issues.

Herbert Vojčík 9 年之前
父節點
當前提交
4a65ea83b7
共有 1 個文件被更改,包括 13 次插入0 次删除
  1. 13 0
      README.md

+ 13 - 0
README.md

@@ -57,6 +57,19 @@ The [Getting started](https://github.com/amber-smalltalk/amber/wiki/Getting-star
 [1] For installation to work, you need to install `node`, `npm` and `git` (in Windows, use Git for Windows and select "Run Git from Windows Command Prompt" and "Checkout Windows-style, commit Unix-style" installation options).
 
 
+Reporting issues
+--------------
+
+  - Report issues with the www.amber-lang.net website here: https://github.com/amber-smalltalk/amber-website/issues.
+  - Report issues with the docs.amber-lang.net website here: https://github.com/amber-smalltalk/documentation/issues.
+  - Report issues with Amber itself or `amber` / `amberc` cli tools here: https://github.com/amber-smalltalk/amber/issues.
+Issues related to questions during `amber init` and structure of project created should be reported
+to https://github.com/amber-smalltalk/grunt-init-amber/issues instead.
+  - Report issues with the Helios IDE here: https://github.com/amber-smalltalk/helios/issues.
+
+Please refer to [CONTRIBUTING.md](CONTRIBUTING.md) for further details.
+
+
 Developing Amber
 --------------