diff --git a/admin_status.module b/admin_status.module
index 57dc3ba..7c3ab83 100644
--- a/admin_status.module
+++ b/admin_status.module
@@ -20,6 +20,12 @@ function admin_status_help($route_name) {
       $output .= '<dt>' . t('To submit bug reports and feature suggestions, or to track changes') . '</dt>';
       $output .= '<dd>' . t('Visit the <a href=":project_issue_queue_link">project issue queue on Drupal.org</a>.', [':project_issue_queue_link' => 'https://drupal.org/project/issues/admin_status']) . '</dd>';
       $output .= '</dl>';
+      $output .= '<h3>' . t('Roadmap') . '</h3>';
+      $output .= '<p>' . t('We are currently working on the Drupal 8 version. The Drupal 7 version will happen after a basic D8 version is at least in beta.') . '</p>';
+      $output .= '<dl>';
+      $output .= '<dt>' . t('List of possible plugins for this module') . '</dt>';
+      $output .= '<dd>' . t('Visit issue  <a href=":issue_link">2683051</a> to add to the list of possible plugins.', [':issue_link' => 'https://www.drupal.org/project/admin_status/issues/2683051']) . '</dd>';
+      $output .= '</dl>';
       return $output;
 
     case 'admin_status.admin_status_form':
