Skip to content

Commit

Permalink
Merge pull request #419 from MurzNN/patch-2
Browse files Browse the repository at this point in the history
How to store links to issues in patch description
  • Loading branch information
cweagans authored Feb 6, 2023
2 parents 7c9d409 + 7f460f3 commit a4b5731
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ Example composer.json:

```

It's also useful to add a link to the original issue, to have a quick way for checking new patch versions. You can integrate the link into the patch description like this:
```json
"drupal/core": {
"Add startup configuration for PHP server - https://www.drupal.org/project/drupal/issues/1543858": "https://www.drupal.org/files/issues/add_a_startup-1543858-30.patch"
}
```

## Using an external patch file

Instead of a patches key in your root composer.json, use a patches-file key.
Expand Down

0 comments on commit a4b5731

Please sign in to comment.