Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 439 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

32 lines (18 loc) · 439 Bytes

Closes #9999

What does this PR do?

Adds the Foobar module to the project.

Context

The "Foobar" feature requires the creation of the Foobar module so it can be properly operated.

Related tickets

  • #9999

TODOs

  • Create the Foobar module;
  • Write specs.

Manual test

foobar = Foobar.new
foobar.call.sucess? #=> true

Questions

1. Does this PR break some backward compatibility?

No.