OCP — The Open-Closed Principle

The Open-Closed principle is a part of SOLID, a mnemonic acronym that bundles a total of 5 design principles.
It is often associated with clean code.
But what exactly is it, is it important to you, should you even care?
What does it state?
The statement it sets is pretty straight-forward: