...
To triage bugs in OpenJFX
- Ensure that the bug has test code and steps <PROVIDE LINK>
If a bug does not have enough information to recreate it, then the bug will be closed as incomplete. There are some exceptions to this rule, for example, the submitter might already know that the bug cannot be recreated easily. In general, we require sample code and numbered steps before we can fix a bug.
- Ensure that the bug has a meaningful title
Very often, we process huge lists of bugs. It is very helpful if the title of the bug describes is as accurately as possible without being too long to read. Bug titles like "XXX doesn't work" require us to click on the bug every time or remember exactly what doesn't work every time we process bug lists.
- Ensure that the following are set correctly:
- IssueType - <MORE HERE>
- Component - <MORE HERE>
- Priority - <MORE HERE>
- FixVersion - <MORE HERE>
- Assignee - <MORE HERE>
- Select 'Evaluation Complete'
This should only be done by project leads or technical leads. It is important for project leaders to keep track which bugs are being fixed right away and which are being deferred or moved to another release.
****** OLD CONTENT: IN PROGRESS *******
...