-- SUMMARY --

Feedbacks allows users/visitors to identify bug/problems on a specific page,
they can quickly send feedback to administrators about the current visit page.
Which will help site administrators.

All feedbacks are listed and grouped by status on administrative page.
Privileged can mark each feedback as 'Processed', when the issues are resolved.

-- INSTALLATION --

* Install with Composer:

  composer require drupal/feedbacks:^3.3

* Enable the module:

  drush pm:install feedbacks

-- CONFIGURATION --

* Configure user permissions in Administration » People » Permissions »
  Feedbacks.

-- USAGE --

* To view all feedback messages, go to Administration » Content » Feedbacks

-- REQUIREMENTS --

* Drupal 10.3 or Drupal 11.
* PHP 8.1 or newer. Drupal 11 itself requires PHP 8.3 or newer.

-- DEVELOPMENT --

The Drupal.org GitLab pipeline runs static analysis, coding standards, and tests
against current and previous supported Drupal core majors.
