Add a generic test that contrib modules, themes, and extensions can use to check (shallowly) if they are compatible with Drupal CMS
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3552331. -->
Reported by: [fjgarlin](https://www.drupal.org/user/2495842)
Related to !659
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>Per <span class="drupalorg-gitlab-issue-link drupalorg-gitlab-link-wrapper"><a href="https://git.drupalcode.org/project/gitlab_templates/-/issues/3552178" class="drupalorg-gitlab-link">https://git.drupalcode.org/project/gitlab_templates/-/issues/3552178</a></span>, if Drupal CMS provides a test that we can place on a recipe project to see if it's compatible, we can have all contrib recipes with GitLab CI apply it to see if they are compatible with Drupal CMS.</p>
<h4 id="summary-steps-reproduce">Steps to reproduce</h4>
<p>I have a recipe, but I don't know if it's compatible with Drupal CMS.</p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>Create a generic "Apply to Drupal CMS" test that we can copy/paste to contrib recipes and then run a compatibility test on them. This part will be done by "gitlab_templates", but it will copy the code from here as a centralized place.</p>
> Related issue: [Issue #3552178](https://www.drupal.org/node/3552178)
issue