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
and contributors should consult the contributor’s guide there for
74
+
and contributors should consult the [Contributing to Foundations](https://foundations.projectpythia.org/appendix/how-to-contribute) guide there for
76
75
information specific to Foundations. However, adding new, or changing
77
76
existing Foundations content requires contributors to be familiar
78
77
with a few technologies and workflows, described in Advanced
@@ -88,7 +87,7 @@ specific problem. Typically, a cookbook references material presented
88
87
elsewhere in Project Pythia, such as [Pythia Foundations](https://foundations.projectpythia.org).
89
88
Each Cookbook is hosted in a separate GitHub repo under the umbrella [Project Pythia
90
89
organization](https://github.com/ProjectPythia).
91
-
Contributors should consult the [Cookbook-specific Contributor's guide](/cookbook-guide).
90
+
Contributors should consult the [Contributing a New Cookbook](/cookbook-guide) guide.
92
91
93
92
### Pythia Portal
94
93
@@ -114,10 +113,10 @@ process of setting up GitHub/Git, installing and configuring conda,
114
113
and submitting a PR. Note, while this information is common to all
115
114
Pythia repositories, repo-specific information might be required.
116
115
117
-
In all cases contributors should consult the repo-specific contributor’s
116
+
In all cases contributors should consult the repo-specific contribution
118
117
guide for their target repository.
119
118
120
-
Repo-specific guides can be found in the file named `CONTRIBUTING.md`, located in the top level directory of each repository, or by clicking on the menu item labeled “Contributor’s Guide” found in the rendered content generated by each repository.
119
+
Repo-specific guides can be found in the file named `CONTRIBUTING.md`, located in the top level directory of most repositories, or by clicking on the appropriately named menu item on each site. Note that the "Contributing a new Cookbook" guide is found in the Pythia portal (rather than in any one specific Cookbook).
121
120
122
121
Lastly, much of this information has been co-opted from the [GeoCAT project](https://geocat.ucar.edu).
123
122
@@ -221,12 +220,12 @@ desktop or laptop. Before using your conda environment to work on
221
220
Pythia content, you'll need to perform an addtional one-time setup
222
221
that is specific to each Pythia repo. After the one-time configuration is
223
222
complete you will need to "activate" a repo-specific environment whenever
224
-
you wish to use it. Consult the repo-specific contributor’s guide
223
+
you wish to use it. Consult the repo-specific contribution guide
225
224
for information on “Building the site”, and
226
225
follow the steps described therein.
227
226
228
227
```{note}
229
-
Repository-specific contributor's
228
+
Repository-specific contribution
230
229
information can always be accessed by navigating your web browser
231
230
to the appropriate Project Pythia GitHub repository,
232
231
[here](https://github.com/ProjectPythia/pythia-foundations) for
@@ -337,7 +336,7 @@ back to the Pythia repository you will need to submit a Pull Request
337
336
### Make your local changes
338
337
339
338
At this point you should be able to make your desired changes to
340
-
the local copies of your files. **Always consult the repo-specific contributor’s
339
+
the local copies of your files. **Always consult the repo-specific contribution
341
340
guide for information specific to the repo you are working on.**
0 commit comments