From 6b25d3ec7cae279996cc09f5cc31f69443919e4f Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Wed, 18 Oct 2023 20:34:18 +0100 Subject: Adds instructions about adding a Lallans issue to the README --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 8e97aa0..808e524 100644 --- a/README.md +++ b/README.md @@ -141,3 +141,17 @@ and the base branch of `dev`. Once you've done that, it's down to an owner of the upstream repository to approve your Pull Request. Once they've done that, your new news article will appear on the website. + +## Adding an issue of Lallans + +1. Add the issue number to `src/types/LallansIssueNumber.d.ts`. +2. Add the original issue cover photo as `src/images/issueXYZ.jpg`, where `XYZ` + is the issue number. Most of the examples are `.jpg`, but the file type isn't important. +3. Make copies of the cover image that are scaled to 192 and 274 pixels wide. + Name them `issueXYZ-192w.jpg` and `issueXYZ-274w.jpg` respectively. +4. Copy one of the existing Lallans issues in `src/data/lallans` and name the + copy `issueXYZ.ts`. +5. Edit the file you just made with the new issue's information, including the + locations of the correctly scaled cover images that you just made. +6. Import that data file into the Lallans data index file, `src/data/lallans/index.ts`. + -- cgit v1.2.3 From c112e0b2cbfc6756e0c93abdce8eee0e5b17373c Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Wed, 18 Oct 2023 20:37:11 +0100 Subject: Adds sanity check instructions --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 808e524..fdbb2fc 100644 --- a/README.md +++ b/README.md @@ -154,4 +154,7 @@ the website. 5. Edit the file you just made with the new issue's information, including the locations of the correctly scaled cover images that you just made. 6. Import that data file into the Lallans data index file, `src/data/lallans/index.ts`. +7. Check that everything's working: the issue should appear at the top on the + Lallans page, `/furthsettins/lallans`, and the issue information should appear + at `/furthsettins/lallans/XYZ`. Check both the English and Scots versions. -- cgit v1.2.3