From 92eae01195e12c265eae059a2ed6907f94c1bc06 Mon Sep 17 00:00:00 2001 From: Andree Valle Campos Date: Wed, 20 Dec 2023 11:49:15 +0000 Subject: [PATCH] isolate the merge list of actions --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 94bf286c..4c2e6b6c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -117,6 +117,7 @@ If you need the version of a package that is not programmatically loaded, i.e., - [Create](https://carpentries.github.io/sandpaper/articles/building-with-renv.html#adding-new-packages-to-the-cache) an `episodes/install.R` file that lists the installation scripts for the packages in your lesson. - Run the `episodes/install.R` file to install the list of packages. - Run `sandpaper::update_cache()`. Before you accept the update, verify that the expected version number is listed as an update. After this, review the `renv.lock` file if this modified the file as expected. + To merge your new episodes: - Make a Pull request (PR). You can follow the stesp on [using GitHub](#using-github).