Problem/Motivation
The README for the Composer Scaffold plugin uses drupal/core as an example allowed-package. This is a poor example, because drupal/core is implicitly allowed and explicitly listing it has no effect. Using drupal/core as an example allowed-package misleads people into thinking that it has to be explicitly listed.
Proposed resolution
Either clearly state in the examples that drupal/core is implicitly allowed, or choose a different example package
Issue fork drupal-3221748
Show commands
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 #2
danepowell commentedComment #4
danepowell commentedComment #5
cilefen commentedComment #6
joachim commentedLGTM.
Comment #7
alexpottI think there is a part of this change that's not correct. See merge request comment above
Comment #8
danepowell commentedComment #9
longwaveThe new text looks good but all lines in the README need to be wrapped at 80 characters.
Comment #10
danepowell commentedComment #11
longwaveThanks, this looks good to me now.
Comment #12
alexpottCommitted and pushed b0f50910d0 to 9.3.x and bfb29c2458 to 9.2.x. Thanks!
Backported to 9.2.x as this is documentation only.