Closed (fixed)
Project:
Feedback
Version:
3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
24 Apr 2026 at 22:41 UTC
Updated:
8 May 2026 at 23:20 UTC
Jump to comment: Most recent
Drush is helpful for setting up a development environment.
in ddev/ddev-drupal-contrib you install development dependencies by adding them to the require-dev section in composer.json.
Add "require-dev": {"drush/drush": "*"} to composer.json. This will allow any version of drush that supports whichever version of core a user happens to be testing the feedback module with.
None.
None.
None.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
mparker17Added a merge request
Comment #5
mparker17Merged! I will update this issue when its code gets released.