CONTRIBUTING.MD is nearly impossible to follow without insider drupal knowledge

Created on 14 January 2025, 3 months ago

Overview

The instructions in CONTRIBUTING.MD are missing a critical, not well documented, step that new contributors wouldn't know about.

4. `drush pm:install experience_builder xb_dev_standard` will result in

In PmCommands.php line 342:
                                                                                     
  Unable to install modules xb_dev_standard due to missing modules xb_dev_standard.  
                                                                                     

UNLESS the user first manually adds $settings['extension_discovery_scan_tests'] = TRUE; to their settings.php file.

Proposed resolution

Add a step between #1 and #2 that tells contributors to add $settings['extension_discovery_scan_tests'] = TRUE; to the end of their settings.php file.

User interface changes

None

πŸ“Œ Task
Status

Active

Version

0.0

Component

Documentation

Created by

πŸ‡ΊπŸ‡ΈUnited States luke.leber Pennsylvania

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024