Hi Eldar,
The main thing to add your new FE class is
source/fe/CMakeLists.txt
That should be all you need to do (plus, of course, don't forget to instantiate it for all dim/spacedim as done for other FE spaces).
You should also consider adding tests and checking that things like shape values, gradients, evaluate of field values/ gradients
etc all work as expected both in volume as well as on faces.
From my recent experience that is at least half of the work ;-)
Regards,
Denis.