INSTALL.txt file in core directory consists installation commands with respect to root directory. For eg-
These command is also wrt to root directory.

chmod go-w sites/default/settings.php
chmod go-w sites/default/settings.php
chmod go-w sites/default

but in point 6 under installation, CHANGELOG.txt file is in core directory so its command should be

chmod a-r core/CHANGELOG.txt

rather than

chmod a-r CHANGELOG.txt
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ankitjain28may created an issue. See original summary.

ankitjain28may’s picture

Issue summary: View changes
ankitjain28may’s picture

Status: Active » Needs review
FileSize
488 bytes

Fixed, pls review.

amietpatial’s picture

FileSize
130.41 KB

@ankitjain28may your patch applied successfully and it works fine

borisson_’s picture

Status: Needs review » Reviewed & tested by the community

@amietpatial uploading screenshots like that isn't helpful, we can see from the testbot that the patch applies. The patch does look solid.

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Backported to 8.5.x as a docs fix.

Committed and pushed 7e4118627f to 8.6.x and 1488a6ccc3 to 8.5.x. Thanks!

@amietpatial Posting screenshots of your codebase is not helpful, since the automated testing infrastructure tells us whether the patch applies correctly. So, I've removed your credit for this issue. In the future, you can get credit for issues by reading the issue to understand its purpose, and posting your review or testing of that purpose.

What we do need people to review is whether the issue has a correct scope, whether it passes the core gates, whether the solution completely fixes the problem without introducing other problems, and whether it's the best solution we can come up with. See the patch review guide for more information.

When you do post a review, be sure to describe what you reviewed and how. This helps other reviewers understand why you considered the issue RTBC (and is considered for issue credit).

  • alexpott committed 7e41186 on 8.6.x
    Issue #2962508 by ankitjain28may: Path of CHANGELOG.txt in core/INSTALL....

  • alexpott committed 1488a6c on 8.5.x
    Issue #2962508 by ankitjain28may: Path of CHANGELOG.txt in core/INSTALL....
amietpatial’s picture

@alexpott and borisson_ Thanks for the review and feedback much appreciated will take care in future.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.