Document how developers can restrict a feature to a specific subscription level
Description
We are introducing a new kind of check in the codebase, to give access to certain features exclusive to specific subcription levels. For instance, Customer Voice (https://gitlab.com/gitlab-org/gitlab-ee/issues/1675) is EEP/Silver, and should be restricted for users who have access to those plans.
It should be crystal clear for developers in GitLab to know how to implement this check.
Proposal
Create proper documentation for this.