Skip to content

Guide Issues

Vascoide edited this page Nov 20, 2018 · 6 revisions

Overall

  • Issues should be submitted when something within the project raises a question, albeit its use isn't something arbitrary, have common sense before writting an issue.
  • Issues have a variety of labels, more than one can be used in the same issue, check this link for details on the labels.
  • Issues should be explicit and descriptive.
In this guide it will be explained how to properly submit an issue.

In the issue section, there will be option to create a bug report, a feature request, or a regular issue. The first of these should be written as detailed:

Description (clear and concise description of what the bug is)

Window is not scaling properly.

To reproduce (steps to reproduce the behavior)

  1. Go to 'main.java'
  2. Edit new Scene();
  3. Increase the values of 'width'

Expected behavior (what should happen if there were no bug)

The table view should expand all the way to the right.

Screenshots (may be added to aid the explanation of said bug)

Additional context (any extra information should be added here)

Even do the default size is fixed, this should ALWAYS scale.

Also, there should be people assigned to the issue, so they are notified their attention is needed. Additionally, there should labels on the issue so that the assignee(s) know what to expect of the issue, see this link for details on the labels.