next-drupal icon indicating copy to clipboard operation
next-drupal copied to clipboard

Document how to patch the module from pull requests

Open mglaman opened this issue 2 years ago • 2 comments

Package

next (Drupal module)

Describe the feature request

This is a mono-repo, so patching the Drupal module can be difficult as the structure doesn't match the split to Drupal.org. Provide information on how to patch from the GitHub repo.

Describe the solution you'd like

Document that patchLevel of -p3 needs to be applied for cweagans/composer-patches

        "patchLevel": {
            "drupal/core": "-p2",
            "drupal/next": "-p3"
        },

Additional context

We need #606 to prevent crashes and had to apply it somehow.

mglaman avatar Nov 21 '23 16:11 mglaman

I actually have no idea where this would be go. Maybe the README? Maybe documentation? Maybe this just gets moved to a Discussion as a form of record, there.

Screenshot 2023-12-07 at 2 59 49 PM

mglaman avatar Dec 07 '23 21:12 mglaman

There's a CONTRIBUTING.md doc now.

JohnAlbin avatar Feb 20 '24 19:02 JohnAlbin