Skip to content

Commit 1c3ec4a

Browse files
committed
Clarifications after Clyne review
1 parent cceaa25 commit 1c3ec4a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

portal/cookbook-guide.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,11 @@ Before developing your cookbook, you should consider how it will access the data
2929

3030
1. If you don't already have a GitHub account, create one by following the [Getting Started with GitHub guide](https://foundations.projectpythia.org/foundations/getting-started-github.html)
3131
1. On the [Cookbook Template repository](https://github.com/ProjectPythia/cookbook-template), click "Use this template → Create a new repository"
32+
1. Choose "Include all branches".
3233
1. Give your repository a descriptive name followed by `-cookbook` (e.g., `hydrology-cookbook`, `hpc-cookbook`, `cesm-cookbook`) and a description
33-
1. Choose "Include all branches" and create the repository. Your browser will be directed to the newly created repository under your GitHub account
34+
1. Create the repository. Your browser will be directed to the newly created repository under your GitHub account
3435
1. Under Settings → Pages, ensure that GitHub Pages is enabled by checking that `Branch` is set to "gh-pages", and the folder set to "gh-pages/(root)". If it is not, change the Branch from "None" to "gh-pages/(root)" and click "Save"
35-
1. Under Settings &rarr; Actions &rarr; General, allow Github Actions to **push** to the repository <img width="901" alt="Screenshot 2023-01-13 at 3 12 47 PM" src="https://user-images.githubusercontent.com/26660300/212428991-cd0ae2f0-73ca-40d8-b983-f122359463aa.png">
36+
1. Under Settings &rarr; Actions &rarr; General, make sure that "Read and write permissions" is selected. <img width="901" alt="Screenshot 2023-01-13 at 3 12 47 PM" src="https://user-images.githubusercontent.com/26660300/212428991-cd0ae2f0-73ca-40d8-b983-f122359463aa.png">
3637

3738
Your cookbook is now ready to have content added!
3839

@@ -65,6 +66,7 @@ Also, _don't worry about breaking anything!_ Your repo will not affect any other
6566
1. Once you are a member of the organization, navigate to the Settings of your cookbook repository and scroll down to the **Danger Zone**.
6667
1. Click "Transfer".
6768
1. Select or type "ProjectPythia", confirm, and transfer.
69+
1. When prompted about which teams to give access to, select "core". _This will enable the Pythia maintenance team to have full access to your repository._
6870

6971
Once you have successfully transfered the repository, you'll most likely want to make a [personal fork and a local clone of the repository](https://foundations.projectpythia.org/foundations/github/github-cloning-forking.html) so that you can continue to develop and collaborate on the Cookbook via the [forking workflow](https://foundations.projectpythia.org/foundations/github/github-workflows.html#forking-workflow).
7072

0 commit comments

Comments
 (0)