Skip to content

Latest commit

History

History
20 lines (13 loc) 路 834 Bytes

FEATURE_OR_BUG.md

File metadata and controls

20 lines (13 loc) 路 834 Bytes

Is it a feature or a bug ?

Sometimes it's a bit tricky to define if given change proposal or change request is adding new feature or fixing existing issue. This document is providing more clarity about categorisation we use.

Bug

Example of bugs:

  • Crash during application or rule execution.
  • Wrong changes are applied during "fixing codebase" process.
  • Issue with generated report.

Feature

Example of features:

  • Introduction of new rule.
  • Enhancement of existing rule to cover more cases (for example adding support for newly introduced PHP syntax).
  • Introduction of new ruleset.
  • Update of existing ruleset (for example adjusting it to match newest style of given community or adding newly implemented rule that was supposed to be followed by style of given community, yet not implemented as a rule before).