A feature that does not define any scenario is useless. It can either be safely removed or scenarios should be added to this feature.

Noncompliant Code Example

Feature: My feature...

Compliant Solution

Feature: My feature...
  Scenario: My scenario #1
    ...