Tracker: Difference between revisions

From FreeCAD Documentation
m (Add Japanese to languages)
No edit summary
Line 1: Line 1:
The adress of our bug tracker is:
== Reporting bugs ==


http://www.freecadweb.org/tracker
Recently the sourceforge platform made the [http://www.mantisbt.org/ mantis bug tracker] application available to projects, and FreeCAD is now using it actively, instead of the old built-in bug tracker. The adress of our bug tracker is:


There you can report bugs, submit feature requests, patches, or request to merge your branch if you developed something using git. The tracker is divided into modules, so please be specific and file your request in the appropriate subsection. In cas of doubt, leave it in the "FreeCAD" section.
http://sourceforge.net/apps/mantisbt/free-cad/main_page.php

== Reporting bugs ==


If you think you might have found a bug, you are welcome to report it there. But before reporting a bug, please check the following items:
If you think you might have found a bug, you are welcome to report it there. But before reporting a bug, please check the following items:


* Make sure your bug is really a bug, that is, something that should be working and that is not working. If you are not sure, dont hesitate to explain your problem on the [http://sourceforge.net/apps/phpbb/free-cad/ forum] and ask what to do.
* Make sure your bug is really a bug, that is, something that should be working and that is not working. If you are not sure, don't hesitate to explain your problem on the [http://sourceforge.net/apps/phpbb/free-cad/ forum] and ask what to do.
* Before submitting anything, read the [[FAQ|frequently asked questions]], do a search on the [http://sourceforge.net/apps/phpbb/free-cad/ forum], and make sure the same bug hasn't been reported before, by doing a search on the bug tracker.
* Before submitting anything, read the [[FAQ|frequently asked questions]], do a search on the [http://sourceforge.net/apps/phpbb/free-cad/ forum], and make sure the same bug hasn't been reported before, by doing a search on the bug tracker.
* Describe as clearly as possible the problem, and how it can be reproduced. If we can not verify the bug, we might not be able to fix it.
* Describe as clearly as possible the problem, and how it can be reproduced. If we can not verify the bug, we might not be able to fix it.
Line 16: Line 18:
== Requesting features ==
== Requesting features ==


If you want something to appear in FreeCAD that is not implemented yet, it is not a bug but a feature request. You can also submit it on the same tracker (file it as feature request instead of bug), but keep in mind there are no guarantees that your wish will be fullfilled.
If you want something to appear in FreeCAD that is not implemented yet, it is not a bug but a feature request. You can also submit it on the same tracker (file it as feature request instead of bug), but keep in mind there are no guarantees that your wish will be fulfilled.


== Submitting patches ==
== Submitting patches ==


In case you have programmed a bug fix, an extension or something else that can be of public use in FreeCAD, create a patch using the Subversion diff tool and submit it on the same tracker (file it as patch).
In case you have programmed a bug fix, an extension or something else that can be of public use in FreeCAD, create a patch using the Git diff tool and submit it on the same tracker (file it as patch).

== The "old" sourceforge tracker (obsolete) ==

'''Note''': Please use the new mantis bug tracker to submit bugs, this one is now a bit deprecated...

=== Where to find? ===
The FreeCAD project has its own [https://sourceforge.net/tracker/?group_id=49159 tracker summary page]. There you find the overview on the individual sections of the tracker.

=== When to use? ===
[[Image:Bugtracker Screenshot annotated.png|right|thumb|The FreeCAD Bug Tracker]]

=== Bugs ===
If you think you might have found a bug, go to the [http://sourceforge.net/tracker/?atid=455298&group_id=49159&func=browse Bugs Section] of the tracker and choose "any" for ''status'' to see all bug request ever filed. The keyword search allows you to find bug tracker entries for a similiar issue. If you can not find an older entry about your problem, you should file a new entry on the same page.

=== Feature Requests ===
If you are missing a feature in FreeCAD that you think of as beeing absolutely necessary to become the ''worlds best'' CAD-Software, you might find the [http://sourceforge.net/tracker/?atid=455301&group_id=49159&func=browse Feature Request] section helpfull.


=== Support Requests ===
== Requesting merge ==
If you don't get around compiling FreeCAD and the [[CompileOnWindows|Compile On Windows]] or [[CompileOnUnix|Compile On Unix]] section does not give you a hint, or you try to port it to a new environment or are programming new modules or extensions for FreeCAD and need some assistance then the [http://sourceforge.net/tracker/?atid=455299&group_id=49159&func=browse Support Requests] section is the place you might want to go to.


If you have created a git branch containing changes that you would like to see merged into the FreeCAD code, you can ask there to have your branch reviewed and merged if the FreeCAD developers are OK with it. You must first publish your branch to a public git repository (github,bitbucket, sourceforge...) and then give the URL of your branch in your merge request.
=== New Patches ===
In case you have programmed a bug fix, an extension or something else that can be of public use in FreeCAD, create a patch using Subversion and file it in the [https://sourceforge.net/tracker/?group_id=49159&atid=455300 patches section].


{{docnav|License|CompileOnWindows}}
{{docnav|License|CompileOnWindows}}

Revision as of 18:08, 4 November 2013

The adress of our bug tracker is:

http://www.freecadweb.org/tracker

There you can report bugs, submit feature requests, patches, or request to merge your branch if you developed something using git. The tracker is divided into modules, so please be specific and file your request in the appropriate subsection. In cas of doubt, leave it in the "FreeCAD" section.

Reporting bugs

If you think you might have found a bug, you are welcome to report it there. But before reporting a bug, please check the following items:

  • Make sure your bug is really a bug, that is, something that should be working and that is not working. If you are not sure, don't hesitate to explain your problem on the forum and ask what to do.
  • Before submitting anything, read the frequently asked questions, do a search on the forum, and make sure the same bug hasn't been reported before, by doing a search on the bug tracker.
  • Describe as clearly as possible the problem, and how it can be reproduced. If we can not verify the bug, we might not be able to fix it.
  • Join the following information: Your operating system, if it is 32 or 64 bits, and the version of FreeCAD you are running.
  • Please file one separate report for each bug.
  • If you are on a linux system and your bug causes a crash in FreeCAD, you can try running a debug backtrace: From a terminal run gdb freecad (assuming package gdb is installed), then, inside gdb, type run . FreeCAD will then run. After the crash happens, type bt , to get the full backtrace. Include that backtrace in your bug report.

Requesting features

If you want something to appear in FreeCAD that is not implemented yet, it is not a bug but a feature request. You can also submit it on the same tracker (file it as feature request instead of bug), but keep in mind there are no guarantees that your wish will be fulfilled.

Submitting patches

In case you have programmed a bug fix, an extension or something else that can be of public use in FreeCAD, create a patch using the Git diff tool and submit it on the same tracker (file it as patch).

Requesting merge

If you have created a git branch containing changes that you would like to see merged into the FreeCAD code, you can ask there to have your branch reviewed and merged if the FreeCAD developers are OK with it. You must first publish your branch to a public git repository (github,bitbucket, sourceforge...) and then give the URL of your branch in your merge request.

License
CompileOnWindows
Available translations of this page: Template:Jp Template:Se