You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: portal/cookbook-guide.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -29,10 +29,11 @@ Before developing your cookbook, you should consider how it will access the data
29
29
30
30
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)
31
31
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".
32
33
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
34
35
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 → Actions → General, allow Github Actions to **push** to the repository <imgwidth="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 → Actions → General, make sure that "Read and write permissions" is selected. <imgwidth="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
37
37
38
Your cookbook is now ready to have content added!
38
39
@@ -65,6 +66,7 @@ Also, _don't worry about breaking anything!_ Your repo will not affect any other
65
66
1. Once you are a member of the organization, navigate to the Settings of your cookbook repository and scroll down to the **Danger Zone**.
66
67
1. Click "Transfer".
67
68
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._
68
70
69
71
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).
0 commit comments