Skip to content
Snippets Groups Projects

Update issue summary for RTBC status support, human interaction guidelines and...

Files
2
@@ -17,14 +17,14 @@ It is important that any automated tests available are run with this patch and t
<h3>Drupal 10 Compatibility</h3>
{% if info_yml_updated %}
According to the <a href="https://www.drupal.org/project/upgrade_status">Upgrade Status module</a> this patch makes this module <strong>compatible with Drupal 10</strong>! 🎉
This patch updates the <code>info.yml</code> file for Drupal 10 compatibility.
Therefore this patch updates the <code>info.yml</code> file for Drupal 10 compatibility.
{% else %}
According to the <a href="https://www.drupal.org/project/upgrade_status">Upgrade Status module</a>, even with this patch, this module is <strong>not yet compatible with Drupal 10</strong>.
Currently <a href="https://github.com/palantirnet/drupal-rector">Drupal Rector</a>, version <a href="https://github.com/palantirnet/drupal-rector/releases/tag/{{ drupal_rector_version }}">{{ drupal_rector_version }}</a>, cannot fix all Drupal 10 compatibility problems.
This patch <strong>does not update</strong> the <code>info.yml</code> file for Drupal 10 compatibility.
Therefore this patch <strong>does not update</strong> the <code>info.yml</code> file for Drupal 10 compatibility.
{% endif %}
Leaving this issue open, <strong>even after committing the current patch</strong>, will allow the <a href="/u/project-update-bot">Project Update Bot</a> to post additional Drupal 10 compatibility fixes as they become available in <a href="https://github.com/palantirnet/drupal-rector">Drupal Rector</a>.
Loading