Browse Source

README: Where to post which issues.

Herbert Vojčík 9 years ago
parent
commit
4a65ea83b7
1 changed files with 13 additions and 0 deletions
  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
 --------------