From e585ecdf3f2a2205887bdce2f9ec5cec5f7d049c Mon Sep 17 00:00:00 2001 From: Weijia Cheng Date: Fri, 27 Dec 2024 15:28:18 -0500 Subject: [PATCH] Add a review initial commit step to the review guide --- .../how-to-review-an-ebook-production-for-publication.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/www/contribute/how-tos/how-to-review-an-ebook-production-for-publication.php b/www/contribute/how-tos/how-to-review-an-ebook-production-for-publication.php index 1116d1c3..865dd69f 100644 --- a/www/contribute/how-tos/how-to-review-an-ebook-production-for-publication.php +++ b/www/contribute/how-tos/how-to-review-an-ebook-production-for-publication.php @@ -33,6 +33,13 @@

Build title, table of contents, and images

Run se build-title ., se build-toc . and se build-images . at the root of the project directory. No changes should be made by these tools if the producer correctly generated the title page, table of content, and image files. Any discrepancies can be highlighted and investigated via the git diff listed in Step 1.

+
  • +

    Review initial commit

    +

    Check out the initial commit and review body.xhtml with your text editor of choice to make sure that the Project Gutenberg license text wasn’t accidentally committed to the repository:

    + git checkout "$COMMIT" +

    If the license text was committed, the producer will have to rebase it out. Once you are done reviewing the initial commit, use the following command to leave the detached HEAD state:

    + git switch - +
  • Review editorial commits

    Use the following git command to highlight all editorial commits: