mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-22 09:40:56 +00:00
Merge pull request #682 from stilor/readme-fix
Make guidelines for bug reporting more explicit
This commit is contained in:
commit
0d60126579
@ -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.
|
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.
|
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.
|
||||||
|
|
||||||
##########################################
|
##########################################
|
||||||
|
@ -156,6 +156,13 @@ CT_OnError() {
|
|||||||
fi
|
fi
|
||||||
CT_DoLog ERROR ">> There is a list of known issues, some with workarounds, in:"
|
CT_DoLog ERROR ">> There is a list of known issues, some with workarounds, in:"
|
||||||
CT_DoLog ERROR ">> '${CT_DOC_DIR#${CT_TOP_DIR}/}/B - Known issues.txt'"
|
CT_DoLog ERROR ">> '${CT_DOC_DIR#${CT_TOP_DIR}/}/B - Known issues.txt'"
|
||||||
|
CT_DoLog ERROR ">>"
|
||||||
|
CT_DoLog ERROR ">> If you feel this is a bug in crosstool-NG, report it at:"
|
||||||
|
CT_DoLog ERROR ">> https://github.com/crosstool-ng/crosstool-ng/issues/"
|
||||||
|
CT_DoLog ERROR ">>"
|
||||||
|
CT_DoLog ERROR ">> Make sure your report includes all the information pertinent to this issue."
|
||||||
|
CT_DoLog ERROR ">> Read the bug reporting guidelines here:"
|
||||||
|
CT_DoLog ERROR ">> http://crosstool-ng.github.io/support/"
|
||||||
|
|
||||||
CT_DoLog ERROR ""
|
CT_DoLog ERROR ""
|
||||||
CT_DoEnd ERROR
|
CT_DoEnd ERROR
|
||||||
|
Loading…
x
Reference in New Issue
Block a user