From ac3cc0804ef484102efc18523e36fd1691cca72e Mon Sep 17 00:00:00 2001 From: Ryan White Date: Mon, 7 Dec 2020 11:38:23 -0800 Subject: [PATCH] Update README.md Added details on reporting issues to the README.md file --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 906233ee8a..c815e093b5 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,24 @@ The pages below contain up-to-date build instructions: - [Cygwin](https://wiki.freecadweb.org/Compile_on_Cygwin) - [MinGW](https://wiki.freecadweb.org/Compile_on_MinGW) + +Reporting Issues +--------- + +To report an issue please: +- First post to forum to verify the issue; +- Link forum thread to bug tracker ticket and vice-a-versa; +- Use the most updated stable or development versions of FreeCAD; +- Post version info from eg. Help>About FreeCAD>Copy to clipboard; +- Post a Step-By-Step explanation on how to recreate the issue; +- Upload an example file to demonstrate problem. + +For more detail see: +- [Wiki Page about the Bug Tracker](https://wiki.freecadweb.org/Tracker) +- [Bug Tracker](https://www.freecadweb.org/tracker/) +- [Help Forum](http://forum.freecadweb.org/viewforum.php?f=3) + + Usage & Getting help --------------------