Skip to content

Commit

Permalink
Bug reporting FAQ entry updated
Browse files Browse the repository at this point in the history
  • Loading branch information
vogella committed Mar 4, 2024
1 parent adb8427 commit a4dc956
Showing 1 changed file with 14 additions and 5 deletions.
@@ -1,13 +1,22 @@


FAQ How can I search the existing list of bugs in Eclipse?
==========================================================

Visit the Eclipse bugs Web site to search for an existing bug report.
The Eclipse Project uses [Bugzilla](http://www.bugzilla.org) for bug reporting and uses it to not only store bug reports but also feature requests, plan items, and architectural discussions. Before posting a bug, see whether it has been posted already. If you find yourself overwhelmed by the Bugzilla query page, you're not alone. Look for the link at the bottom of the query page, **Give me a clue about how to use this form**.
Eclipse uses Github for hosting and issues for bug reports and feature requests.
Currently the following are the most active repositories for the Eclipse top level project:


* https://github.com/eclipse-platform/eclipse.platform/issues
* https://github.com/eclipse-platform/eclipse.platform.swt/issues
* https://github.com/eclipse-platform/eclipse.platform.ui/issues
* https://github.com/eclipse-pde/eclipse.pde/issues
* https://github.com/eclipse-jdt/eclipse.jdt.ui/issues
* https://github.com/eclipse-jdt/eclipse.jdt.core/issues
* https://github.com/eclipse-jdt/eclipse.jdt.debug/issues



See Also:
---------

* [Eclipse Bugzilla](http://bugs.eclipse.org)
* [Issue Tracking](https://github.com/eclipse-platform/eclipse.platform?tab=readme-ov-file#issue-tracking)

0 comments on commit a4dc956

Please sign in to comment.