Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug reporting FAQ entry updated #1231

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
@@ -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)