diff options
author | Alexey Neyman <stilor@att.net> | 2017-04-10 14:02:21 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-10 14:02:21 -0700 |
commit | 0d60126579e5026b95c0d2ade9a39f1b91aa3fbb (patch) | |
tree | f9c49aa4e9bff4660d98344bc89706935a14f9f1 /README.md | |
parent | ee7662fa58a7f45ccd3e3520919ee70301ab7648 (diff) | |
parent | 59651566a5583ec28e170124d21fbf1fb9f470c9 (diff) | |
download | crosstool-ng-0d60126579e5026b95c0d2ade9a39f1b91aa3fbb.tar.gz crosstool-ng-0d60126579e5026b95c0d2ade9a39f1b91aa3fbb.tar.bz2 crosstool-ng-0d60126579e5026b95c0d2ade9a39f1b91aa3fbb.zip |
Merge pull request #682 from stilor/readme-fix
Make guidelines for bug reporting more explicit
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,8 @@ Crosstool-NG aims at building toolchains. Toolchains are an essential component in a software development project. It will compile, assemble and link the code that is being developed. Some pieces of the toolchain will eventually end up in the resulting binaries: static libraries are but an example. +**Before reporting a bug**, please read [bug reporting guidelines](http://crosstool-ng.github.io/support/). Bugs that do not provide the required information will be closed without explanation. + Refer to [documentation at crosstool-NG website](http://crosstool-ng.github.io/docs/) for more information on how to configure, install and use crosstool-NG. ########################################## |