Move images, copy with Encore

This commit is contained in:
Oliver Davies 2018-03-05 13:05:14 +00:00
parent c00f3acd09
commit e44ca92232
232 changed files with 309 additions and 61 deletions

View file

@ -31,7 +31,7 @@ This differs slightly different for each Drupal user, and the code can be found
If this is added to the end of the commit message, the resulting commit will show that it was committed by the maintainer but authored by a different user. This will then display on Drupal.org that youve made a commit to that project.
![A screenshot of a commit that was authored by rli but committed by opdavies](/assets/images/blog/git-format-patch.png)
![A screenshot of a commit that was authored by rli but committed by opdavies](/build/static/images/blog/git-format-patch.png)
The problem is that some project maintainers either dont know about this option or occasionally forget to add it. [Dreditor](http://dreditor.org) can suggest a commit message and assign an author, but it is optional and, of course, not all maintainers use Dreditor (although they probably should).